Skip to content
Extraits de code Groupes Projets
avatar de l'utilisateur
Arnaud Fabre rédigé
- Move static files from core app to root
- Uses bower to manage front-end 3rd parties libs
- Uses gulp to build front-end
dcc0cd3d
Historique
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