prod.py 229 B

123456789
  1. import os,sys
  2. from datetime import timedelta
  3. from .settings import SECRET_KEY,BASE_DIR,PROJECT_DIR,DEBUG
  4. CSRF_TRUSTED_ORIGINS = ["http://188.72.209.29"]
  5. ALLOWED_HOSTS = ["http://188.72.209.29"]
  6. SECURE_HSTS_SECONDS = 2_592_000