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
- Host: GitHub
- URL: https://github.com/devunt/hydrocarbon
- Owner: devunt
- License: mit
- Created: 2014-12-08T12:03:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T01:26:58.000Z (over 3 years ago)
- Last Synced: 2025-03-25T09:47:41.952Z (about 1 year ago)
- Language: CSS
- Homepage: http://herocomics.kr/
- Size: 3.75 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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