Skip to content

brendanc-dpaw/statdev

 
 

Repository files navigation

Statutory Development

This project is the Department of Parks and Wildlife Statutory Development corporate application.

Environment variables

This project uses django-confy to set environment variables (in a .env file). The following variables are required for the project to run:

DATABASE_URL="postgis://USER:PASSWORD@HOST:5432/DATABASE_NAME"
SECRET_KEY="ThisIsASecretKey"

Variables below may also need to be defined (context-dependent):

DEBUG=True
ALLOWED_DOMAIN=".dpaw.wa.gov.au"
EMAIL_HOST="email.host"
EMAIL_PORT=25
SSO_COOKIE_NAME="oim_dpaw_wa_gov_au_sessionid"

About

Statutory Development project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 62.4%
  • HTML 37.5%
  • CSS 0.1%