diff options
Diffstat (limited to 'settings.py')
-rwxr-xr-x | settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
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: |