diff --git a/app/settings.py b/app/settings.py index 14c21b3..3795e04 100644 --- a/app/settings.py +++ b/app/settings.py @@ -26,7 +26,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(__file__)) SECRET_KEY = '=%%a@whz46w1#=8ffk^a+8vya5fg-kz0ztyz!_@hdg-(5a9q+s' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = False +DEBUG = True TEMPLATE_DEBUG = False @@ -278,6 +278,7 @@ INSTALLED_APPS = ( 'easy_select2', 'promo', + 'trademark', ) SOUTH_MIGRATION_MODULES = {