[geany/www.geany.org] e38b76: Settings cleanup

Enrico Tröger git-noreply at xxxxx
Tue May 14 22:32:27 UTC 2013


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Tue, 14 May 2013 22:32:27 UTC
Commit:      e38b76e545bc907c1ccdc69c3bc59d79ec362881
             https://github.com/geany/www.geany.org/commit/e38b76e545bc907c1ccdc69c3bc59d79ec362881

Log Message:
-----------
Settings cleanup


Modified Paths:
--------------
    geany/settings.py

Modified: geany/settings.py
7 files changed, 1 insertions(+), 6 deletions(-)
===================================================================
@@ -395,7 +395,7 @@
 PIWIK_STATS_TOKEN = 'anonymous'
 PIWIK_STATS_SITE_ID = 1
 
-NIGHTLYBUILDS_BASE_DIR = '/srv/www/nightly.geany.org'
+NIGHTLYBUILDS_BASE_DIR = '/path/to/nightly/builds'
 
 
 
@@ -439,11 +439,6 @@
             'level': 'ERROR',
             'propagate': True,
         },
-        'django.db.backends': {
-            'handlers': ['console'],
-            'level': 'DEBUG',
-            'propagate': False,
-        },
     }
 }
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list