use cas
[redakcja.git] / redakcja / settings / common.py
index 7c40abe..9d6e175 100644 (file)
@@ -101,13 +101,6 @@ TEMPLATE_DIRS = (
 
 FIREPYTHON_LOGGER_NAME = "fnp"
 
-#
-# Central Auth System
-#
-## Set this to where the CAS server lives
-# CAS_SERVER_URL = "http://cas.fnp.pl/
-CAS_LOGOUT_COMPLETELY = True
-
 INSTALLED_APPS = (
     'django.contrib.auth',
     'django.contrib.contenttypes',
@@ -117,7 +110,6 @@ INSTALLED_APPS = (
     'django.contrib.admindocs',
     'django.contrib.comments',
 
-    'django_cas',
     'compress',
     'south',
     'sorl.thumbnail',
@@ -125,12 +117,16 @@ INSTALLED_APPS = (
     'pagination',
     'gravatar',
 
+    'catalogue',
     'dvcs',
     'wiki',
     'toolbar',
     'apiclient',
 )
 
+LOGIN_REDIRECT_URL = '/documents/user'
+
+
 FILEBROWSER_URL_FILEBROWSER_MEDIA = STATIC_URL + 'filebrowser/'
 FILEBROWSER_DIRECTORY = 'images/'
 FILEBROWSER_ADMIN_VERSIONS = []