Document loading dev dataset.
authorRaphaël Barrois <raphael.barrois@polyconseil.fr>
Fri, 29 Mar 2013 20:30:09 +0000 (21:30 +0100)
committerRaphaël Barrois <raphael.barrois@polyconseil.fr>
Fri, 29 Mar 2013 20:30:09 +0000 (21:30 +0100)
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
 ------------------