fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05dbee7
)
Poprawki w konfiguracji.
author
Łukasz Rekucki
<lrekucki@gmail.com>
Thu, 8 Oct 2009 13:40:06 +0000
(15:40 +0200)
committer
Łukasz Rekucki
<lrekucki@gmail.com>
Thu, 8 Oct 2009 13:40:06 +0000
(15:40 +0200)
project/settings.py
patch
|
blob
|
history
diff --git
a/project/settings.py
b/project/settings.py
index
143f292
..
3a1f3ad
100644
(file)
--- 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,8
+31,8
@@
TIME_ZONE = 'Europe/Warsaw Poland'
# http://www.i18nguy.com/unicode/language-identifiers.html
LANGUAGE_CODE = 'pl'
-import locale
-locale.setlocale(locale.LC_ALL, '')
+
#
import locale
+
#
locale.setlocale(locale.LC_ALL, '')
SITE_ID = 1
@@
-115,7
+116,8
@@
INSTALLED_APPS = (
'django.contrib.sites',
'django.contrib.admin',
'django.contrib.admindocs',
-
+
+ 'piston',
'explorer',
'toolbar',
'api',