luanpoppe
commited on
Commit
·
bcccdf6
1
Parent(s):
6996fa9
debug true
Browse files- setup/settings.py +1 -1
setup/settings.py
CHANGED
@@ -28,7 +28,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
|
|
28 |
SECRET_KEY = os.environ['SECRET_KEY']
|
29 |
|
30 |
# SECURITY WARNING: don't run with debug turned on in production!
|
31 |
-
DEBUG =
|
32 |
|
33 |
ALLOWED_HOSTS = ["localhost", "127.0.0.1", "*"]
|
34 |
|
|
|
28 |
SECRET_KEY = os.environ['SECRET_KEY']
|
29 |
|
30 |
# SECURITY WARNING: don't run with debug turned on in production!
|
31 |
+
DEBUG = True
|
32 |
|
33 |
ALLOWED_HOSTS = ["localhost", "127.0.0.1", "*"]
|
34 |
|