A simple Django Todo List application
Project description
=====
Django Todo List
=====
Todo is a simple Django app to conduct Web-based todo list.
You can add your new list to do and check for some which had beed finished,
or recover the finished to un-finished status.
or you can delete items
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "todo" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'todo',
]
2. Include the todo URLconf in your project urls.py like this::
url(r'^todo/', include('todo.urls')),
3. Run `python manage.py makemigrations todo` to create todo models migrations.
4. Run `python manage.py migrate todo` to create todo real models.
5. Start the development server and visit http://127.0.0.1:8000/admin/
to create a todo (you'll need the Admin app enabled).
6. Visit http://127.0.0.1:8000/todo/ to participate in the todo list.
Django Todo List
=====
Todo is a simple Django app to conduct Web-based todo list.
You can add your new list to do and check for some which had beed finished,
or recover the finished to un-finished status.
or you can delete items
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "todo" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'todo',
]
2. Include the todo URLconf in your project urls.py like this::
url(r'^todo/', include('todo.urls')),
3. Run `python manage.py makemigrations todo` to create todo models migrations.
4. Run `python manage.py migrate todo` to create todo real models.
5. Start the development server and visit http://127.0.0.1:8000/admin/
to create a todo (you'll need the Admin app enabled).
6. Visit http://127.0.0.1:8000/todo/ to participate in the todo list.
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
colinws-todo-0.3.tar.gz
(364.5 kB
view details)
File details
Details for the file colinws-todo-0.3.tar.gz
.
File metadata
- Download URL: colinws-todo-0.3.tar.gz
- Upload date:
- Size: 364.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96ba2a7ce26ec6b186e613da7a11fac16e4272a33ede2fe97302aa7381320805 |
|
MD5 | a683a92a21069e8a250233c340ad787d |
|
BLAKE2b-256 | d25fed5f31c9d5f6a51e49891a754037aeb7b68ccad67bdac10f234f80732803 |