view_list.html: Changed del_task to del_tasks, views.py: Changed del_task back to del_tasks
This commit is contained in:
parent
9bbc09dba8
commit
10df9f2cdf
7 changed files with 17 additions and 14 deletions
10
todo/werid_folder/py.py
Normal file
10
todo/werid_folder/py.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
"""
|
||||
A multi-user, multi-group task management and assignment system for Django.
|
||||
"""
|
||||
__version__ = '1.6'
|
||||
|
||||
__author__ = 'Scot Hacker'
|
||||
__email__ = 'shacker@birdhouse.org'
|
||||
|
||||
__url__ = 'https://github.com/shacker/django-todo'
|
||||
__license__ = 'BSD License'
|
Loading…
Add table
Add a link
Reference in a new issue