Show More
@@ -223,12 +223,12 b' POSTING_DELAY = 20 # seconds' | |||||
223 |
|
223 | |||
224 | COMPRESS_HTML = True |
|
224 | COMPRESS_HTML = True | |
225 |
|
225 | |||
226 | VERSION = '1.7 Anubis' |
|
226 | VERSION = '1.7.1 Anubis' | |
227 |
|
227 | |||
228 | # Debug mode middlewares |
|
228 | # Debug mode middlewares | |
229 | if DEBUG: |
|
229 | if DEBUG: | |
230 |
|
230 | |||
231 |
SITE_NAME += ' |
|
231 | SITE_NAME += ' DEBUG' | |
232 |
|
232 | |||
233 | MIDDLEWARE_CLASSES += ( |
|
233 | MIDDLEWARE_CLASSES += ( | |
234 | 'boards.profiler.ProfilerMiddleware', |
|
234 | 'boards.profiler.ProfilerMiddleware', |
General Comments 0
You need to be logged in to leave comments.
Login now