/
Initial data for VogonWeb developers

Initial data for VogonWeb developers

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/fofhuw6l0rj58wm/vogonweb-data.xml.zip?dl=0
  2. Move vogonweb-data.xml to <path-to-your-vogonweb>/annotations/fixtures/vogonweb-data.xml
  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.xml