Browse Source

post

master
jfinn 2 months ago
parent
commit
848b6a6304
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      djc_srv/settings.py

+ 2
- 0
djc_srv/settings.py View File

27
 DEBUG = True
27
 DEBUG = True
28
 print("Setting py init....")
28
 print("Setting py init....")
29
 ALLOWED_HOSTS = ["*"]
29
 ALLOWED_HOSTS = ["*"]
30
+CSRF_TRUSTED_ORIGINS = ['https://*.videocorners.com','https://*.127.0.0.1']
31
+
30
 
32
 
31
 # jxn.fredericktheinsanelygreat.com
33
 # jxn.fredericktheinsanelygreat.com
32
 
34
 

Loading…
Cancel
Save