Skip to main content

A Django app to create web-based tasks and their sub-tasks.

Project description

django-tasks is a Django app to conduct web-based tasks. For each question, visitors can choose between a fixed number of answers.

Detailed documentation is in the “docs” directory.

Quick start

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

    INSTALLED_APPS = [
        ...,
        "django_tasks",
    ]
  2. Include the tasks URLconf in your project urls.py like this:

    path("tasks/", include("django_tasks.urls")),
  3. Run python manage.py migrate to create the models.

  4. Start the development server and visit the admin to create a task.

  5. Visit the /tasks/ URL to view the tasks.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

make-todo-0.1.tar.gz (6.5 kB view details)

Uploaded Source

File details

Details for the file make-todo-0.1.tar.gz.

File metadata

  • Download URL: make-todo-0.1.tar.gz
  • Upload date:
  • Size: 6.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.1

File hashes

Hashes for make-todo-0.1.tar.gz
Algorithm Hash digest
SHA256 75e020d59795ed0ce998ba0e3ac095902b92eefae799cb253151098831b59e4a
MD5 6c1c45bb2f06a06e440d708f20492dea
BLAKE2b-256 532ead499cf37ff8e3abfd17d76389999d37926a765c42a1f769b2db9db4104a

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