Skip to content
/ oim-cms Public
forked from dbca-wa/oim-cms

Office for Information Management Content Management System

License

Notifications You must be signed in to change notification settings

xzzy/oim-cms

This branch is 483 commits behind dbca-wa/oim-cms:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

79bc362 · Feb 6, 2017
Sep 29, 2016
Jan 19, 2017
Dec 6, 2016
Feb 6, 2017
Jan 6, 2017
Feb 16, 2016
Feb 6, 2017
Dec 15, 2016
Jan 4, 2017
Jan 19, 2017
Dec 13, 2016
Dec 14, 2016
Aug 15, 2016
Oct 26, 2016
Jan 10, 2016
Oct 26, 2016
May 30, 2016
Jan 5, 2017

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 asi@dpaw.wa.gov.au.

Development

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

DJANGO_SETTINGS_MODULE="oim_cms.settings"
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"

About

Office for Information Management Content Management System

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 67.8%
  • JavaScript 16.0%
  • HTML 11.6%
  • CSS 4.6%