X-Git-Url: https://git.mdrn.pl/cas.git/blobdiff_plain/9a90e0391a32ace46fb431b03dfbe52f40393667..639f17ee0781009187a564cf5679f4bd11bff43c:/src/cas/settings.py diff --git a/src/cas/settings.py b/src/cas/settings.py index 47afd45..346e6f4 100644 --- a/src/cas/settings.py +++ b/src/cas/settings.py @@ -20,6 +20,8 @@ DATABASES = { } } +DEFAULT_AUTO_FIELD = 'django.db.models.AutoField' + # Local time zone for this installation. Choices can be found here: # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name # although not all choices may be available on all operating systems. @@ -125,6 +127,10 @@ GRAVATAR_URL_PREFIX = 'https://www.gravatar.com/' SITE_TITLE = 'Fundacja Nowoczesna Polska' + +OIDC_USERINFO = 'emails.oidc.userinfo' + + # Import localsettings file, which may override settings defined here try: from .localsettings import *