fnp
/
cas.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Upgrades.
[cas.git]
/
src
/
cas
/
settings.py
diff --git
a/src/cas/settings.py
b/src/cas/settings.py
index
346e6f4
..
c54bc14
100644
(file)
--- a/
src/cas/settings.py
+++ b/
src/cas/settings.py
@@
-27,7
+27,7
@@
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
# 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.
# 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 = '
UTC
'
+TIME_ZONE = '
Europe/Warsaw
'
# Language code for this installation. All choices can be found here:
# http://www.i18nguy.com/unicode/language-identifiers.html
# Language code for this installation. All choices can be found here:
# http://www.i18nguy.com/unicode/language-identifiers.html
@@
-89,6
+89,7
@@
LOCALE_PATHS = (
INSTALLED_APPS = (
'accounts.apps.AccountsConfig',
'emails.apps.EmailsConfig',
INSTALLED_APPS = (
'accounts.apps.AccountsConfig',
'emails.apps.EmailsConfig',
+ 'ftp',
'services.apps.ServicesConfig',
'ssh_keys.apps.SshKeysConfig',
'services.apps.ServicesConfig',
'ssh_keys.apps.SshKeysConfig',
@@
-125,7
+126,7
@@
SESSION_COOKIE_NAME = 'fnpcas'
GRAVATAR_DEFAULT_IMAGE = 'mm'
GRAVATAR_URL_PREFIX = 'https://www.gravatar.com/'
GRAVATAR_DEFAULT_IMAGE = 'mm'
GRAVATAR_URL_PREFIX = 'https://www.gravatar.com/'
-SITE_TITLE = 'Fundacja
Nowoczesna Polska
'
+SITE_TITLE = 'Fundacja
Wolne Lektury
'
OIDC_USERINFO = 'emails.oidc.userinfo'
OIDC_USERINFO = 'emails.oidc.userinfo'