⚙️ Settings modules

Available configs:

  • conf/settings/local.py
  • conf/settings/staging.py
  • conf/settings/production.py

🔑 Key environment variables (staging/production)

  • DATABASE_NAME
  • DATABASE_HOST
  • DATABASE_USER
  • DATABASE_PASS
  • AUTHORIZATION_TOKEN
  • REDIS_HOST
  • SENTRY_RELEASE_VERSION (optional)

🐳 Docker

Base Dockerfile: build/resources/Dockerfile
docker-compose.yml uses gunicorn:

gunicorn conf.wsgi --bind=0.0.0.0:9000

☁️ S3 (staging/production)

In staging/production, S3 storage is enabled for static/media:

  • STATICFILES_STORAGE = conf.static.S3StaticStorage
  • DEFAULT_FILE_STORAGE = conf.media.S3MediaStorage

🔔 Sentry

Sentry is initialized in staging.py/production.py via sentry_sdk.

0 items under this folder.