Merge pull request #91 from ri0t/patch-1

Mention 3.3 eariler, helps avoid traffic
remotes/origin/enhancement/email-actions
Jesús Espino 2014-10-02 18:10:26 +02:00
commit 6b1860a1ae
1 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,8 @@ Taiga Backend
Setup development environment Setup development environment
----------------------------- -----------------------------
*Taiga only runs with Python 3.3+.*
Just execute these commands in your virtualenv(wrapper): Just execute these commands in your virtualenv(wrapper):
.. code-block:: console .. code-block:: console
@ -27,8 +29,6 @@ Just execute these commands in your virtualenv(wrapper):
python manage.py sample_data python manage.py sample_data
Taiga only runs with python 3.3+.
Initial auth data: admin/123123 Initial auth data: admin/123123
If you want a complete environment for production usage, you can try the taiga bootstrapping If you want a complete environment for production usage, you can try the taiga bootstrapping