diff --git a/src/project/settings.py b/src/project/settings.py index b00c5de..9ab019e 100644 --- a/src/project/settings.py +++ b/src/project/settings.py @@ -23,7 +23,7 @@ SECRET_KEY = '1dpy6wb=b7@6nkb1z!7e%jo=pla90-t_=)h*vlt$@!f%m!4mt!' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = [] @@ -142,4 +142,4 @@ EMAIL_HOST_USER = '' EMAIL_HOST_PASSOWRD = '' EMAIL_USE_TLS = False -EMAIL_PORT = 1025 \ No newline at end of file +EMAIL_PORT = 1025