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