Browse Source

...

master
jfinn 2 weeks ago
parent
commit
71514a2afc
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      djc_srv/settings.py
  2. 1
    1
      wsps/views.py

+ 1
- 1
djc_srv/settings.py View File

@@ -27,7 +27,7 @@ SECRET_KEY = 'django-insecure-_from-git-publicly-available-15gztxt$8-od0il2^sm6e
27 27
 DEBUG = True
28 28
 
29 29
 ALLOWED_HOSTS = ["*"]
30
-CSRF_TRUSTED_ORIGINS = ["http://videocorners.com","https://videocorners.com"]
30
+
31 31
 # jxn.fredericktheinsanelygreat.com
32 32
 
33 33
 # Application definition

+ 1
- 1
wsps/views.py View File

@@ -28,7 +28,7 @@ def your_view(request):
28 28
 def index(request):
29 29
 	return HttpResponse("Hello World") 
30 30
 
31
-
31
+@csrf_exempt
32 32
 def fn_v(request,*a,**kw):
33 33
 	# glob_cl.acl
34 34
 	# if 

Loading…
Cancel
Save