Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Thu, 23 May 2013 19:55:54 UTC Commit: 7bd98ab7b14cc6f2e4cd63bb55b9fa2bd38513b3 https://github.com/geany/www.geany.org/commit/7bd98ab7b14cc6f2e4cd63bb55b9fa...
Log Message: ----------- Group session settings
Modified Paths: -------------- geany/settings.py
Modified: geany/settings.py 4 files changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -130,8 +130,6 @@ # production. Best set to ``True`` in local_settings.py DEBUG = False
-# Whether a user's session cookie expires when the Web browser is closed. -SESSION_EXPIRE_AT_BROWSER_CLOSE = True
SITE_ID = 1
@@ -365,6 +363,7 @@
# caching & sessions SESSION_ENGINE = "django.contrib.sessions.backends.cached_db" +SESSION_EXPIRE_AT_BROWSER_CLOSE = True
DASHBOARD_TAGS = ( ("mezzanine_tags.app_list",), @@ -382,6 +381,7 @@
INLINE_EDITING_ENABLED = False
+COMPRESS_CSS_FILTERS = ['compressor.filters.cssmin.CSSMinFilter']
# django-hosts ROOT_HOSTCONF = 'geany.hosts'
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).