Add readme with setup environment documentation.

remotes/origin/enhancement/email-actions
Andrey Antukh 2013-04-01 18:36:47 +02:00
parent 52d92892bd
commit 1254707788
1 changed files with 13 additions and 0 deletions

13
README.rst Normal file
View File

@ -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