From de123213707a6e22ab7d7c38ca7bc39eeacd7a98 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 9 May 2013 14:13:39 +0200 Subject: [PATCH] Enable admin interface and the project itself. --- settings.py.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.py.template b/settings.py.template index 4ce7783..001122e 100644 --- a/settings.py.template +++ b/settings.py.template @@ -120,10 +120,10 @@ INSTALLED_APPS = ( 'django.contrib.sites', 'django.contrib.messages', 'django.contrib.staticfiles', - # 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', + 'DemosceneMusic.data', ) # A sample logging configuration. The only tangible logging -- 2.7.4