bcfurtado / chimera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#chimera

requirements

installation

git clone git@github.com:bcfurtado/chimera.git
cd chimera
mkvirtualenv $(cat .virtual-environment) -p $(which python3)
pip install -r requirements.txt

running

migrations

python manage.py migrate

tests

python manage.py test
python manage.py test functional_tests

application

python manage.py runserver

About


Languages

Language:Python 89.3%Language:HTML 10.4%Language:CSS 0.2%