diff --git a/fincom/settings.py b/fincom/settings.py index 15450aa..5fb5a04 100644 --- a/fincom/settings.py +++ b/fincom/settings.py @@ -23,7 +23,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) SECRET_KEY = os.environ['SECRET_KEY'] # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = [