A Django app to track todo items.
Project description
django-polls is a Django app to help users keep track of their TODO items. Detailed documentation is in the “docs” directory.
Quick start
Add “todo” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ..., "django_todo", ]Include the polls URLconf in your project urls.py like this:
path("todos/", include("django_todo.urls")),Run python manage.py migrate to create the models.
Start the development server and visit the admin to create a todo.
Visit the /todos/ URL to create and view todos.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gbrown_django_todo-0.1.tar.gz.
File metadata
- Download URL: gbrown_django_todo-0.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
229acc6c14c87435328bdaad46652f5f8ab2c3754dc6ac71e26dfdf80977f60f
|
|
| MD5 |
e25ebdf545e5fbd334add6e5d42aa5a1
|
|
| BLAKE2b-256 |
3411108da574d335c12fb66d5b72a19ada96dbede2f2baf973e2d244b2f60d4e
|
File details
Details for the file gbrown_django_todo-0.1-py3-none-any.whl.
File metadata
- Download URL: gbrown_django_todo-0.1-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3dade9ae15480cf0e356fb58be7c87e097cd864a725a24392ed86368b9e32cdd
|
|
| MD5 |
1ed29842d5bb1b50af5f53b0e090f794
|
|
| BLAKE2b-256 |
51c8fa63eec1382e2ac01fa639c00aeef8aa9092b37aef971a1ab1a9feaa77cc
|