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

Office for Information Management Content Management System

License

Notifications You must be signed in to change notification settings

dbca-asi/oim-cms

 
 

Repository files navigation

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

About

Office for Information Management Content Management System

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 84.7%
  • HTML 6.4%
  • CSS 4.6%
  • JavaScript 4.3%