An open API service indexing awesome lists of open source software.

https://github.com/devunt/hydrocarbon

The code that runs herocomics.kr
https://github.com/devunt/hydrocarbon

Last synced: about 1 year ago
JSON representation

The code that runs herocomics.kr

Awesome Lists containing this project

README

          

hydrocarbon
====

Simple board service which written in django, python.

Originally written for `hero·comics
`_.

Dependency
----------

* python >= 3.4.0
* see ``requirements.txt``

How to install
--------------

.. code-block:: console

$ 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

License
-------

see ``LICENSE`` file