Skip to main content

A Django app to conduct web-based books.

Project description

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

  1. Add “books” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'books',
    ]
  2. Include the books URLconf in your project urls.py like this:

    path('books/', include('books.urls')),
  3. Run python manage.py migrate to create the books models.

  4. Start the development server and visit http://127.0.0.1:8000/admin/ to create a book (you’ll need the Admin app enabled).

  5. Visit http://127.0.0.1:8000/books/ to participate in the poll.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-books-asl-0.2.linux-x86_64.tar.gz (6.5 kB view details)

Uploaded Source

File details

Details for the file django-books-asl-0.2.linux-x86_64.tar.gz.

File metadata

File hashes

Hashes for django-books-asl-0.2.linux-x86_64.tar.gz
Algorithm Hash digest
SHA256 e7eb483462cc39db0b44bab6e746b70d40e43d225c54c27803c8614558e20556
MD5 d74a370e92001d903201ac76d666b32b
BLAKE2b-256 230f3fca24b426db9edd4ae8d0a60d0c29fb6a31862c0cf4dfe8b7aa1588a918

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page