X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/b12e3cd743360720e18e35f77ece2ba355d99d55..97e1a72c211205e4596accbfc86cf5eeaec487ee:/project/settings.py diff --git a/project/settings.py b/project/settings.py index bcf73167..3a1f3ad9 100644 --- a/project/settings.py +++ b/project/settings.py @@ -8,6 +8,7 @@ TEMPLATE_DEBUG = DEBUG ADMINS = ( (u'Marek Stępniowski', 'marek@stepniowski.com'), + (u'Łukasz Rekucki', 'lrekucki@gmail.com'), ) MANAGERS = ADMINS @@ -30,6 +31,9 @@ TIME_ZONE = 'Europe/Warsaw Poland' # http://www.i18nguy.com/unicode/language-identifiers.html LANGUAGE_CODE = 'pl' +#import locale +#locale.setlocale(locale.LC_ALL, '') + SITE_ID = 1 # If you set this to False, Django will make some optimizations so as not @@ -84,7 +88,7 @@ MIDDLEWARE_CLASSES = ( ROOT_URLCONF = 'urls' TEMPLATE_DIRS = ( - PROJECT_ROOT + '/templates', + PROJECT_ROOT + '/templates', ) # CSS and JS files to compress @@ -112,7 +116,8 @@ INSTALLED_APPS = ( 'django.contrib.sites', 'django.contrib.admin', 'django.contrib.admindocs', - + + 'piston', 'explorer', 'toolbar', 'api',