# HG changeset patch # User Nishanth Amuluru # Date 1294314292 -19800 # Node ID 132217e04b323e3f8feb46b0cc12dbcc9e41fcf6 # Parent 4c3aff34ae9cfe541e61b8077e0ef660f905ebc5 Fixed a typo diff -r 4c3aff34ae9c -r 132217e04b32 profile/models.py --- a/profile/models.py Thu Jan 06 17:11:56 2011 +0530 +++ b/profile/models.py Thu Jan 06 17:14:52 2011 +0530 @@ -13,7 +13,7 @@ ("DC", "Request sent by Director \ to a user at lower level, asking him to act as a director"), ("MG", "Request sent by Manager \ - to a user at lower level, asking him to act as a manager"), + to a user at lower level, asking him to act as a manager"),) class Profile(models.Model): diff -r 4c3aff34ae9c -r 132217e04b32 settings.py --- a/settings.py Thu Jan 06 17:11:56 2011 +0530 +++ b/settings.py Thu Jan 06 17:14:52 2011 +0530 @@ -92,6 +92,7 @@ 'django.contrib.messages', 'registration', 'tagging', + 'pytask.profile', # Uncomment the next line to enable the admin: # 'django.contrib.admin', # Uncomment the next line to enable admin documentation: