Bifurcation depuis
La Quadrature du Net / Political Memory / memopol
1031 validations de retard le dépôt en amont.
README.md 507 o
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