fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' of stigma:platforma
[redakcja.git]
/
project
/
settings.py
diff --git
a/project/settings.py
b/project/settings.py
index
bcf7316
..
fc24250
100644
(file)
--- a/
project/settings.py
+++ b/
project/settings.py
@@
-30,6
+30,9
@@
TIME_ZONE = 'Europe/Warsaw Poland'
# http://www.i18nguy.com/unicode/language-identifiers.html
LANGUAGE_CODE = 'pl'
# 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
SITE_ID = 1
# If you set this to False, Django will make some optimizations so as not