Bootstrap tenants index

First run

  1. Install requirements (use virtualenv)

     $ pip install -r requirements.txt
    
  2. Syncdb with --noinput to allow fixtures to create superuser

     $ python manage.py syncdb --noinput
    
  3. 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