X-Git-Url: https://git.pterodactylus.net/?p=demoscenemusic.git;a=blobdiff_plain;f=settings.py.template;h=001122eb462656d0c1c8148a58628cae664a0ddd;hp=8ac7df58c8a99686c354dd3f42e92d1091f01d83;hb=refs%2Fheads%2Fv2;hpb=7102715f837523b4cda9c1240a73b740ad92f8b9 diff --git a/settings.py.template b/settings.py.template index 8ac7df5..001122e 100644 --- a/settings.py.template +++ b/settings.py.template @@ -32,7 +32,7 @@ ALLOWED_HOSTS = [] # timezone as the operating system. # If running in a Windows environment this must be set to the same as your # system time zone. -TIME_ZONE = 'America/Chicago' +TIME_ZONE = 'Europe/Berlin' # Language code for this installation. All choices can be found here: # http://www.i18nguy.com/unicode/language-identifiers.html @@ -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