OIDC support.
[cas.git] / src / cas / settings.py
index 935f972..47afd45 100644 (file)
@@ -37,6 +37,8 @@ SITE_ID = 1
 # to load the internationalization machinery.
 USE_I18N = True
 
+USE_TZ = True
+
 # Absolute path to the directory that holds media.
 # Example: "/home/media/media.lawrence.com/"
 MEDIA_ROOT = path.join(PROJECT_ROOT, '../../media/')
@@ -84,11 +86,13 @@ LOCALE_PATHS = (
 
 INSTALLED_APPS = (
     'accounts.apps.AccountsConfig',
+    'emails.apps.EmailsConfig',
     'services.apps.ServicesConfig',
     'ssh_keys.apps.SshKeysConfig',
 
     'cas_provider',
     'django_gravatar',
+    'oidc_provider',
 
     'django.contrib.auth',
     'django.contrib.contenttypes',