debian: add missing import to settings.py

This commit is contained in:
Benjamin Dauvergne 2013-09-20 23:07:04 +02:00
parent e3c7a3b5b8
commit 4023a55b54
1 changed files with 1 additions and 0 deletions

1
debian/settings.py vendored
View File

@ -2,6 +2,7 @@
import os
import json
import logging.handlers
DEBUG = True
TEMPLATE_DEBUG = DEBUG