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
Add “tasks” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ..., "django_tasks", ]Include the tasks URLconf in your project urls.py like this:
path("tasks/", include("django_tasks.urls")),Run python manage.py migrate to create the models.
Start the development server and visit the admin to create a task.
Visit the /tasks/ URL to view the tasks.
Project details
Release history Release notifications | RSS feed
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)
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75e020d59795ed0ce998ba0e3ac095902b92eefae799cb253151098831b59e4a
|
|
| MD5 |
6c1c45bb2f06a06e440d708f20492dea
|
|
| BLAKE2b-256 |
532ead499cf37ff8e3abfd17d76389999d37926a765c42a1f769b2db9db4104a
|