-# CSS and JS files to compress
-# COMPRESS_CSS = {
-# 'all': {
-# 'source_filenames': ('css/master.css', 'css/jquery.date_input.css', 'css/jquery.countdown.css',),
-# 'output_filename': 'css/all.min.css',
-# }
-# }
-#
-# COMPRESS_JS = {
-# 'all': {
-# 'source_filenames': ('js/jquery.js', 'js/jquery.date_input.js', 'js/jquery.date_input-pl.js',
-# 'js/jquery.countdown.js', 'js/jquery.countdown-pl.js',),
-# 'output_filename': 'js/all.min.js',
-# }
-# }
-#
-# COMPRESS_CSS_FILTERS = None
+
+#
+# Central Auth System
+#
+## Set this to where the CAS server lives
+# CAS_SERVER_URL = "http://cas.fnp.pl/
+CAS_LOGOUT_COMPLETELY = True
+
+from compress_settings import *