candideitorg-django

UNKNOWN


License
AGPL-3.0
Install
pip install candideitorg-django==0.0.1

Documentation

Candideitor Django

this is an API client for candideit.org usable in any django project.

Tests

Requirements

-sqlite3 -mercurial -virtualenvwrapper

Execution

create local virtual environment

mkvirtualenv candideitorg_django

install requirements

pip install -r requirements.txt

run script start_local_candideitorg.bash

./start_local_candideitorg.bash

run tests

python manage.py test candideitorg

Afterwards you might want to kill the candideitorg process. For that you'll have to find its pid

ps aux | grep candideitorg

And then kill it

kill <pid of candidaitorg process>