Document loading dev dataset.
[xnet] / doc / setup.rst
index 0bc80b9..30c16d6 100644 (file)
@@ -56,6 +56,13 @@ The development database is backed by sqlite, and should work out of the box:
     make resetdb
 
 
+You may now populate your database with some development data:
+
+.. code-block:: sh
+
+    ./manage.py loadatasets dev
+
+
 Testing the system
 ------------------