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``