Skip to content

Office for Information Management Content Management System

License

Notifications You must be signed in to change notification settings

rockychen-dpaw/oim-cms

 
 

Repository files navigation

Build status Coverage Status

OIM Extranet

This project contains the CMS to provide the OIM Extranet site, which is based upon the Wagtail CMS.

Installation

Install required libraries using pip:

pip install -r requirements.txt

Notes

This project is focused on Parks and Wildlife use cases at this point in time, for more information please contact [email protected].

Development

This project uses confy to set environment variables (in a .env file). For local development, minimum required settings are as follows:

DEBUG=True
DATABASE_URL="postgis://USER:PASSWORD@HOST:PORT/DATABASE_NAME"
SECRET_KEY="ThisIsASecretKey"
BASE_URL="HOST:PORT"
FRESHDESK_ENDPOINT="https://dpaw.freshdesk.com/api/v2"
FRESHDESK_KEY="SecretAPIKeyValue"
PDQ_INV_PATH="/path/to/pdq_inventory/mount"
AZUREAD_AUTHORITY="https://login.microsoftonline.com/thisisnotarealazureaudauthorityurl"
ALLOWED_DOMAINS=".dpaw.wa.gov.au,.dbca.wa.gov.au,.der.wa.gov.au"

About

Office for Information Management Content Management System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.8%
  • JavaScript 15.8%
  • HTML 7.7%
  • CSS 3.7%