Projects tagged ‘books’ and ‘django’


[6 total ]

0 Users

A website to create books with groups of people
Created 9 months ago.

0 Users

In the works...
Created 11 months ago.

0 Users

Se trata de una aplicación Web para la catalogación, gestión, valoración e intercambio de libros conocidos, leídos o poseídos por los usuarios. Inicialmente se limitará a la delegación local ... [More] en Madrid de la Sociedad Tolkien Española, el Smial de Hammo. [Less]
Created 12 months ago.

0 Users

Designed to plug into Pinax easily. Requires django-tagging Here is a blog post about how to write reusable django apps with this project as an example. InstallationDo svn co ... [More] http://django-books.googlecode.com/svn/trunk/ bookssomewhere on your python path. (/path/to/pinax/projects/complete_project/apps/ for example) Add to INSTALLED_APPS tuple in settings.py 'books',Add to urlpatterns in your main urls.py (r'^books/', include('books.urls')),On a page where you want to add a book to an object add the following code and all you have to do is change my_awesome_object_here to your template variable to attach the book to. Books {% load book_tags %} {% books_for_object my_awesome_object_here as books %} {% for book in books %} {{ book }} - {{ book.description }} {% endfor %} Add a book {% book_form as form %} {{ form.as_p }} Pinax BonusHere are some examples of Pinax project files that could be altered. To add books to the listing of things that are tagged, add this to apps/tag_app/views.py in the top includes: from books.models import Bookin the tags function: book_tags = TaggedItem.objects.get_by_model(Book, tag).filter(deleted=False)in the return dictionary: 'book_tags': book_tags,And add this toward the end of templates/tags/index.html {% blocktrans %}All Books Matching {{ tag }}{% endblocktrans %} {% for book in book_tags %} {{ book.name }} {{ book.description }} {% endfor %} [Less]
Created 11 months ago.

0 Users

Susue素素网 二手书市场 Python App Engine with Django
Created 2 months ago.

0 Users

http://github.com/nathanborror/django-basic-apps for the most recent version of Django Basic Apps
Created about 1 year ago.