@@ -8,6 +8,7 @@ graphene==2.1.9
graphene-django==2.15.0
graphql-core==2.3.2
graphql-relay==2.0.1
+gunicorn==20.1.0
Markdown==3.3.7
Pillow==9.1.0
promise==2.3
@@ -3,7 +3,7 @@ from datetime import timedelta
from .settings import SECRET_KEY,BASE_DIR,PROJECT_DIR,DEBUG
-CSRF_TRUSTED_ORIGINS = []
+CSRF_TRUSTED_ORIGINS = ["http://188.72.209.29"]
-ALLOWED_HOSTS = []
+ALLOWED_HOSTS = ["http://188.72.209.29"]
SECURE_HSTS_SECONDS = 2_592_000