diff options
-rwxr-xr-x | settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py index 02e37d6..0352395 100755 --- a/settings.py +++ b/settings.py @@ -94,7 +94,7 @@ INSTALLED_APPS = ( 'tagging', 'pytask.profile', # Uncomment the next line to enable the admin: - # 'django.contrib.admin', + 'django.contrib.admin', # Uncomment the next line to enable admin documentation: # 'django.contrib.admindocs', ) |