-# Authentication via Central Authentication Server
-INSTALLED_APPS = (
- 'django.contrib.auth',
- 'django.contrib.contenttypes',
- 'django.contrib.sessions',
- 'django.contrib.sites',
- 'django.contrib.admin',
- 'django.contrib.admindocs',
-
- 'cas_consumer',
- 'explorer',
- 'toolbar',
- 'api',
- 'wysiwyg',
-)
-
-AUTHENTICATION_BACKENDS = (
- 'cas_consumer.backends.CASBackend',
-)
-
-CAS_BASE = 'http://localhost:7000/'
-CAS_SERVICE = 'http://localhost:8000/accounts/login/'