Changeset - b4dd6e9e4ab6
[Not reviewed]
0 1 0
Jamie Lennox - 7 years ago 2017-06-10 02:34:39
jamielennox@gmail.com
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.
1 file changed with 8 insertions and 0 deletions:
0 comments (0 inline, 0 general)
README.rst
Show inline comments
...
 
@@ -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``
0 comments (0 inline, 0 general)