소스 검색

...

master
jfinn 2 주 전
부모
커밋
71514a2afc
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      djc_srv/settings.py
  2. 1
    1
      wsps/views.py

+ 1
- 1
djc_srv/settings.py 파일 보기

@@ -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 파일 보기

@@ -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…
취소
저장