diff -r 8f8bd185aacf -r 8165274cafa1 pytask/settings.py --- a/pytask/settings.py Sat Jan 08 21:09:07 2011 +0530 +++ b/pytask/settings.py Sat Jan 08 21:11:41 2011 +0530 @@ -91,8 +91,9 @@ 'django.contrib.sites', 'django.contrib.messages', 'registration', - #'tagging', + 'tagging', 'pytask.profile', + 'pytask.taskapp', # Uncomment the next line to enable the admin: 'django.contrib.admin', # Uncomment the next line to enable admin documentation: