First run
-
Install requirements (use virtualenv)
$ pip install -r requirements.txt
-
Syncdb with
--noinput
to allow fixtures to create superuser$ python manage.py syncdb --noinput
-
Load development fixture data
$ python manage.py loaddata index/fixtures/development_data.json
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License