diff options
author | Nishanth Amuluru | 2011-01-07 11:48:33 +0530 |
---|---|---|
committer | Nishanth Amuluru | 2011-01-07 11:48:33 +0530 |
commit | 981f17a95a00172a0780e3926363f0ed02ab033b (patch) | |
tree | 27b1dd656e3495310591948b3491607d9ed4da4c /settings.py | |
parent | 8d00566c8b78164b854be7982092b1a5cb93858e (diff) | |
download | pytask-981f17a95a00172a0780e3926363f0ed02ab033b.tar.gz pytask-981f17a95a00172a0780e3926363f0ed02ab033b.tar.bz2 pytask-981f17a95a00172a0780e3926363f0ed02ab033b.zip |
enabled admin interface
Diffstat (limited to 'settings.py')
-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', ) |