view_list.html: Changed del_task to del_tasks, views.py: Changed del_task back to del_tasks

This commit is contained in:
shantisuresh01 2016-11-30 16:32:22 -05:00
parent 9bbc09dba8
commit 10df9f2cdf
7 changed files with 17 additions and 14 deletions

10
todo/werid_folder/py.py Normal file
View 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'