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

View file

@ -9,6 +9,7 @@ from django.utils.encoding import python_2_unicode_compatible
from django.conf import settings
@python_2_unicode_compatible
class List(models.Model):
name = models.CharField(max_length=60)