Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 283 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 283 Bytes

This is CH - an OPAL project.

To get started, run the following commands:

Currently supporting Python 2.x and Django 1.8.7

Quick Start:

    pip install opal
    
    python manage.py migrate
    
    python manage.py runserver