diff --git a/neboard/settings.py b/neboard/settings.py --- a/neboard/settings.py +++ b/neboard/settings.py @@ -223,12 +223,12 @@ POSTING_DELAY = 20 # seconds COMPRESS_HTML = True -VERSION = '1.7 Anubis' +VERSION = '1.7.1 Anubis' # Debug mode middlewares if DEBUG: - SITE_NAME += '_debug' + SITE_NAME += ' DEBUG' MIDDLEWARE_CLASSES += ( 'boards.profiler.ProfilerMiddleware',