fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Django 2.0
[redakcja.git]
/
src
/
redakcja
/
settings
/
defaults.py
diff --git
a/src/redakcja/settings/defaults.py
b/src/redakcja/settings/defaults.py
index
688e2b6
..
c3dc981
100644
(file)
--- a/
src/redakcja/settings/defaults.py
+++ b/
src/redakcja/settings/defaults.py
@@
-23,6
+23,8
@@
ADMINS = (
(u'Radek Czajka', 'radoslaw.czajka@nowoczesnapolska.org.pl'),
)
(u'Radek Czajka', 'radoslaw.czajka@nowoczesnapolska.org.pl'),
)
+INTERNAL_IPS = ['127.0.0.1']
+
MANAGERS = ADMINS
# Local time zone for this installation. Choices can be found here:
MANAGERS = ADMINS
# Local time zone for this installation. Choices can be found here:
@@
-63,5
+65,6
@@
BROKER_URL = 'django://'
SHOW_APP_VERSION = False
SHOW_APP_VERSION = False
-CAS_USER_ATTRS_MAP = {
+CAS_APPLY_ATTRIBUTES_TO_USER = True
+CAS_RENAME_ATTRIBUTES = {
'email': 'email', 'firstname': 'first_name', 'lastname': 'last_name'}
'email': 'email', 'firstname': 'first_name', 'lastname': 'last_name'}