django-books-asl 0.2

Creator: danarutscher

Last updated:

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.

Customer Reviews

There are no reviews.