Skip to content

ciudadanointeligente/candideitorg-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

link candideitorg to your django app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published