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 hashes)

Uploaded Source

Supported by

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