readme update commands

This commit is contained in:
nitely 2014-08-01 20:19:23 -03:00
parent 266be396c6
commit 75d46c03f5

View File

@ -65,7 +65,13 @@ Visit (http://127.0.0.1:8000/)
## Updating
Soon.
Run:
pip install -r requirements.txt
python manage.py syncdb
python manage.py loaddata spirit_init
python manage.py collectstatic
python manage.py rebuild_index
## Contributing