To initialize database: python manage.py syncdb

To load test data: python manage.py loaddata test_data_*.json

To run testing server: python manage.py runserver

Website will be at 127.0.0.1:8000

Note that Django uses python2