Skip to content
Extraits de code Groupes Projets
Bifurcation depuis La Quadrature du Net / Political Memory / memopol
Le projet source a une visibilité limitée.
git clone git@github.com:political-memory/django-representatives-votes.git
git clone git@github.com:political-memory/django-representatives.git
git clone git@github.com:political-memory/political_memory.git

cd political_memory
ln -s ../django-representatives-votes/representatives_votes/ .
ln -s ../django-representatives/representatives/ .

virtualenv ve
source ve/bin/activate

pip install -r requirements.txt

python manage.py syncdb
python manage.py migrate