diff --git a/README.rst b/README.rst index ac32f5b5177a81f3e88bda66b9b63bb0b583e32c..a8ab105a2c904fd740be0111502cd131e849c479 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``