From 3a41972dd9308dc9c3329a2e0e5fc96705e96a67 Mon Sep 17 00:00:00 2001 From: Hidden Z Date: Thu, 28 Oct 2010 19:03:18 +0000 Subject: [PATCH] web/settings.py: activate django admin --- web/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/settings.py b/web/settings.py index 0a023bc..f0894f8 100644 --- a/web/settings.py +++ b/web/settings.py @@ -95,7 +95,7 @@ INSTALLED_APPS = ( 'django.contrib.messages', 'web.postkey', # Uncomment the next line to enable the admin: - # 'django.contrib.admin', + 'django.contrib.admin', ) # include local settings