diff --git a/photo21/settings.py b/photo21/settings.py index 5bf6228..2201697 100644 --- a/photo21/settings.py +++ b/photo21/settings.py @@ -28,7 +28,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) SECRET_KEY = "CHANGE ME" # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = [ "127.0.0.1",