We have a data dump from the production instance of VogonWeb available for your use while developing/testing features. Follow the steps below to populate your local database:
- Download and unpack the file at https://www.dropbox.com/s/0p4xyzanafvmmqf/vogonweb-data.json.zip?dl=0&preview=vogonweb-data.json.zip
- Move vogonweb-data.json to <path-to-your-vogonweb>/annotations/fixtures/vogonweb-data.json
Once you have set all of your usual environment variables, use the management command "loaddata" to load the data.
$ python manage.py loaddata vogonweb-data.json