Simple board service which written in django, python.
Originally written for hero·comics.
- python >= 3.4.0
- see
requirements.txt
$ git clone git://github.com.devunt/hydrocarbon.git
$ cd hydrocarbon
$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py compilemessages
$ python manage.py runserver
see LICENSE
file