From: David ‘Bombe’ Roden Date: Thu, 9 May 2013 12:13:39 +0000 (+0200) Subject: Enable admin interface and the project itself. X-Git-Url: https://git.pterodactylus.net/?p=demoscenemusic.git;a=commitdiff_plain;h=de123213707a6e22ab7d7c38ca7bc39eeacd7a98 Enable admin interface and the project itself. --- 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