Explorar el Código

try to fix cors

ilya_shyian hace 2 años
padre
commit
c82b31cbe6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      store_back/prod.py

+ 1 - 1
store_back/prod.py

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