Django Books Asl 0.2 | Coderz Repository

django-books-asl 0.2

Last updated:

0 purchases

django-books-asl 0.2 Image
django-books-asl 0.2 Images

Free

Languages

Categories

Add to Cart

Description:

djangobooksasl 0.2

books is a Django app to conduct web-based books. For each question,
visitors can choose between a fixed number of answers.
Detailed documentation is in the “docs” directory.

Quick start

Add “books” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'books',
]

Include the books URLconf in your project urls.py like this:
path('books/', include('books.urls')),

Run python manage.py migrate to create the books models.
Start the development server and visit http://127.0.0.1:8000/admin/
to create a book (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/books/ to participate in the poll.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.