From b4dd6e9e4ab68cce88f86051878c5b0642097679 Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Sat, 10 Jun 2017 12:34:39 +1000 Subject: [PATCH] Add fixture data to the README The site requires you to have some basic data installed in your database before running. This is located in the fixtures file and so the README should tell people to install this data. --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index ac32f5b5..a8ab105a 100644 --- a/README.rst +++ b/README.rst @@ -68,3 +68,11 @@ Shut down and now run: ``./manage.py populate_inventory`` Now you can run the system and see how it goes. + +Base Data +~~~~~~~~~ + +On initial creation and whenever you reset the database you must reload the +basic data. This data is stored in the /fixtures directory. You can load this with: + +``./manage.py loaddata ./fixtures/*.json``