From 125470778853c4c9df04d93b27b0df8317a8b0ff Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 1 Apr 2013 18:36:47 +0200 Subject: [PATCH] Add readme with setup environment documentation. --- README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 00000000..2235fbd1 --- /dev/null +++ b/README.rst @@ -0,0 +1,13 @@ +Greenmine Backend +================= + + +Setup development environment. +------------------------------ + +.. code-block:: console + + pip install -r requirements.txt + python manage.py syncdb --migrate --noinput + python manage.py loaddata initial_user + python manage.py sample_data