Skip to content

Commit cba1161

Browse files
committed
Update settings.py
1 parent 326c5bf commit cba1161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/Django-Backend/config/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
SECRET_KEY = 'django-insecure-a*^&@#g%56^i7(z^2hyq*l*$up3xwov#gdp$-g!rdx9g@^&c_0'
2424

2525
# SECURITY WARNING: don't run with debug turned on in production!
26-
DEBUG = True
26+
DEBUG = False
2727

28-
ALLOWED_HOSTS = []
28+
ALLOWED_HOSTS = ['*']
2929

3030

3131
# Application definition

0 commit comments

Comments
 (0)