Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 686 Bytes

README.md

File metadata and controls

47 lines (33 loc) · 686 Bytes

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>