kenken999 commited on
Commit
e35f9fd
·
1 Parent(s): 07716a4
Files changed (1) hide show
  1. 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