Browse Source

try to fix cors

ilya_shyian 2 năm trước cách đây
mục cha
commit
c82b31cbe6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      store_back/prod.py

+ 1 - 1
store_back/prod.py

@@ -1,6 +1,6 @@
 import os,sys
 from datetime import timedelta
-from .settings import SECRET_KEY,BASE_DIR,PROJECT_DIR,DEBUG
+
 
 
 CSRF_TRUSTED_ORIGINS = ["http://188.72.209.29"]