diff --git a/pinaxcon/settings.py b/pinaxcon/settings.py index 603154e310a0ddf6943d233861c8b29a848042d0..50f3cbed04665ca81680211a6723ed0550dc337d 100644 --- a/pinaxcon/settings.py +++ b/pinaxcon/settings.py @@ -6,7 +6,7 @@ PROJECT_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir PACKAGE_ROOT = os.path.abspath(os.path.dirname(__file__)) BASE_DIR = PACKAGE_ROOT -DEBUG = bool(int(os.environ.get("DEBUG", "1"))) +DEBUG = True #bool(int(os.environ.get("DEBUG", "1"))) DATABASES = { "default": {