GitDeployHub

tandoorrecipes/recipes

github.com/tandoorrecipes/recipes ↗
Django
9 environment variables found in .env.template

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • SECRET_KEY secret random secret key, use for example `base64 /dev/urandom | head -c50` to generate one
  • TZ your default timezone See https://timezonedb.com/time-zones for a list of timezones
  • ALLOWED_HOSTS allowed hosts (see documentation), must be set to your hostname(s)
  • DB_ENGINE add only a database password if you want to run with the default postgres, otherwise change settings accordingly
  • POSTGRES_HOST
  • POSTGRES_DB
  • POSTGRES_PORT
  • POSTGRES_USER
  • POSTGRES_PASSWORD secret
Or deploy to a different host
← Try another repo