Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

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:

  1. Download and unpack the file at https://www.dropbox.com/s/0p4xyzanafvmmqf/vogonweb-data.json.zip?dl=0&preview=vogonweb-data.json.zip
  2. Move vogonweb-data.json to <path-to-your-vogonweb>/annotations/fixtures/vogonweb-data.json
  3. 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 
  • No labels