summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNishanth Amuluru2011-01-07 11:48:33 +0530
committerNishanth Amuluru2011-01-07 11:48:33 +0530
commit981f17a95a00172a0780e3926363f0ed02ab033b (patch)
tree27b1dd656e3495310591948b3491607d9ed4da4c
parent8d00566c8b78164b854be7982092b1a5cb93858e (diff)
downloadpytask-981f17a95a00172a0780e3926363f0ed02ab033b.tar.gz
pytask-981f17a95a00172a0780e3926363f0ed02ab033b.tar.bz2
pytask-981f17a95a00172a0780e3926363f0ed02ab033b.zip
enabled admin interface
-rwxr-xr-xsettings.py2
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',
)