refactor: global refactoring

This commit is contained in:
ITQ
2025-04-03 02:16:24 +03:00
parent 90cab50958
commit 0d6bfe06f4
10 changed files with 784 additions and 795 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
DJANGO_SECRET_KEY=secretees
DJANGO_SECRET_KEY=Ix22XEoVEHw8fp7yTNWFsrTgsYBCMEraDqA7yFOH
DJANGO_DEBUG=False
DJANGO_ALLOWED_HOSTS=*
DJANGO_ALLOWED_HOSTS=datarush.itqdev.xyz
DJANGO_CSRF_TRUSTED_ORIGINS=http://localhost,http://127.0.0.1,https://datarush.itqdev.xyz
DJANGO_CORS_ALLOWED_ORIGINS=*
DJANGO_INTERNAL_IPS=127.0.0.1