A simple Django app for task tracking.
Project description
=====
Tasks of the Day
=====
Polls is a simple Django app to conduct Web-based polls. For each
Quick start
-----------
1. Add "polls" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = (
...
'tasksoftheday',
)
2. Include the polls URLconf in your project urls.py like this::
url(r'^tasksoftheday/', include('tasksoftheday.urls')),
3. Run `python manage.py migrate` to create the tasksoftheday models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a poll (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/tasksoftheday/
TODO
----
- add multiple tasks at once screen (faster input)
- add tomorrow button on datepicker field
Tasks of the Day
=====
Polls is a simple Django app to conduct Web-based polls. For each
Quick start
-----------
1. Add "polls" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = (
...
'tasksoftheday',
)
2. Include the polls URLconf in your project urls.py like this::
url(r'^tasksoftheday/', include('tasksoftheday.urls')),
3. Run `python manage.py migrate` to create the tasksoftheday models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a poll (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/tasksoftheday/
TODO
----
- add multiple tasks at once screen (faster input)
- add tomorrow button on datepicker field
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
File details
Details for the file django-tasksoftheday-0.1.tar.gz.
File metadata
- Download URL: django-tasksoftheday-0.1.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f5ae7eda068b536c3a7f5e15318e4f5393329f042e9214065316c50f719e088
|
|
| MD5 |
029d812e85f76729eb7bd4aef4a9e335
|
|
| BLAKE2b-256 |
190eafaa489cf90b9103dc7246168b29fdbe0779eb3e9ccdf654f2be523eb44c
|