From: Raphaƫl Barrois Date: Fri, 29 Mar 2013 20:30:09 +0000 (+0100) Subject: Document loading dev dataset. X-Git-Url: http://git.polytechnique.org/?p=xnet;a=commitdiff_plain;h=d20356b56805ccb883686e20b1aa8cdada1fa77b Document loading dev dataset. --- diff --git a/doc/setup.rst b/doc/setup.rst index 0bc80b9..30c16d6 100644 --- a/doc/setup.rst +++ b/doc/setup.rst @@ -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 ------------------