Skip to content

Commit acdec83

Browse files
committed
debug false
1 parent a654781 commit acdec83

File tree

1 file changed

+1
-1
lines changed
  • museum_of_dreams_project/settings

1 file changed

+1
-1
lines changed

museum_of_dreams_project/settings/aws.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
SECRET_KEY = os.environ.get("SECRET_KEY", "none")
66

7-
DEBUG = True
7+
DEBUG = False
88

99
STATIC_ROOT = "static"
1010
MEDIA_ROOT = "media"

0 commit comments

Comments
 (0)