Go to file
Alejandro Alonso 20ac0dce27 Fixing small bug in issue history 2013-04-02 10:33:41 +02:00
doc Initial version 2013-03-19 18:53:07 +01:00
greenmine Fixing small bug in issue history 2013-04-02 10:33:41 +02:00
.ctags changing language-force paramter on ctags with languages parameter 2013-04-01 09:49:02 +02:00
.gitignore Initial version 2013-03-19 18:53:07 +01:00
README.rst Add readme with setup environment documentation. 2013-04-01 18:36:47 +02:00
manage.py Initial version 2013-03-19 18:53:07 +01:00
requirements.txt Add psycopg2 to requirements. 2013-04-01 18:31:02 +02:00

README.rst

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