Spaces:
Running
on
Zero
Running
on
Zero
updates
Browse files- mysite/settings.py +4 -0
mysite/settings.py
CHANGED
@@ -27,6 +27,10 @@ DEBUG = True
|
|
27 |
|
28 |
ALLOWED_HOSTS = ["*"]
|
29 |
|
|
|
|
|
|
|
|
|
30 |
|
31 |
# Application definition
|
32 |
|
|
|
27 |
|
28 |
ALLOWED_HOSTS = ["*"]
|
29 |
|
30 |
+
CSRF_TRUSTED_ORIGINS = [
|
31 |
+
"https://kenken999-fastapi-django-main-live.hf.space"
|
32 |
+
]
|
33 |
+
|
34 |
|
35 |
# Application definition
|
36 |
|