enabled admin interface
authorNishanth Amuluru <nishanth@fossee.in>
Fri, 07 Jan 2011 11:48:33 +0530
changeset 33 485b24cc439b
parent 32 df56daf2178e
child 34 ee00b42e802f
enabled admin interface
settings.py
--- a/settings.py	Fri Jan 07 11:43:14 2011 +0530
+++ b/settings.py	Fri Jan 07 11:48:33 2011 +0530
@@ -94,7 +94,7 @@
     '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',
 )