diff options
-rwxr-xr-x | profile/models.py | 2 | ||||
-rwxr-xr-x | settings.py | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/profile/models.py b/profile/models.py index 9c87cd6..14022aa 100755 --- a/profile/models.py +++ b/profile/models.py @@ -13,7 +13,7 @@ ROLE_CHOICES = ( ("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 --git a/settings.py b/settings.py index f3cd4a0..940a14f 100755 --- a/settings.py +++ b/settings.py @@ -92,6 +92,7 @@ INSTALLED_APPS = ( '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: |