# HG changeset patch # User Nishanth Amuluru # Date 1294381113 -19800 # Node ID 485b24cc439b53d945638ceb1adf9c0c931e8648 # Parent df56daf2178e1e056032334990c9d4cffab4066c enabled admin interface diff -r df56daf2178e -r 485b24cc439b 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', )