Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 181 Bytes

README.rst

File metadata and controls

10 lines (8 loc) · 181 Bytes

rio(WIP)

run:

$ python manage.py shell
>>> from rio.core import db
>>> db.create_all()
$ celery worker -A manage:celery
$ python manage.py runserver