From 981f17a95a00172a0780e3926363f0ed02ab033b Mon Sep 17 00:00:00 2001 From: Nishanth Amuluru Date: Fri, 7 Jan 2011 11:48:33 +0530 Subject: enabled admin interface --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings.py') 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', ) -- cgit