We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a654781 commit acdec83Copy full SHA for acdec83
museum_of_dreams_project/settings/aws.py
@@ -4,7 +4,7 @@
4
5
SECRET_KEY = os.environ.get("SECRET_KEY", "none")
6
7
-DEBUG = True
+DEBUG = False
8
9
STATIC_ROOT = "static"
10
MEDIA_ROOT = "media"
0 commit comments