X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/24c1d259ba4af084959d70c6a1f355d0a57f1191..ffe377758219d2500806c0807c6e902be8eba4fb:/platforma/settings.py diff --git a/platforma/settings.py b/platforma/settings.py index 90ecd27d..e09dfecc 100644 --- a/platforma/settings.py +++ b/platforma/settings.py @@ -27,7 +27,7 @@ DATABASE_PORT = '' # Set to empty string for default. Not used with # although not all choices may be available on all operating systems. # If running in a Windows environment this must be set to the same as your # system time zone. -TIME_ZONE = 'Europe/Warsaw Poland' +TIME_ZONE = 'Europe/Warsaw' # Language code for this installation. All choices can be found here: # http://www.i18nguy.com/unicode/language-identifiers.html @@ -94,7 +94,7 @@ AUTHENTICATION_BACKENDS = ( 'django_cas.backends.CASBackend', ) -ROOT_URLCONF = 'urls' +ROOT_URLCONF = 'platforma.urls' TEMPLATE_DIRS = ( PROJECT_ROOT + '/templates', @@ -188,9 +188,6 @@ INSTALLED_APPS = ( 'django.contrib.admin', 'django.contrib.admindocs', - 'django_nose', - 'debug_toolbar', - 'compress', 'south', 'sorl.thumbnail',