tawazz / oim-cms

Office for Information Management Content Management System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

Office for Information Management Content Management System

License:Apache License 2.0


Languages

Language:Python 68.8%Language:JavaScript 20.7%Language:HTML 5.8%Language:CSS 4.8%