Minor changes on readme.

remotes/origin/enhancement/email-actions
Andrey Antukh 2014-09-29 23:35:32 +02:00
parent 0e535cf0f1
commit 6abc792e13
1 changed files with 4 additions and 11 deletions

View File

@ -27,16 +27,9 @@ Just execute these commands in your virtualenv(wrapper):
python manage.py sample_data python manage.py sample_data
Note: taiga only runs with python 3.3+. Ttaiga only runs with python 3.3+.
Note: Initial auth data: admin/123123 Initial auth data: admin/123123
If you want a complete environment for production usage, you can try taiga bootstraping
Polyfills scripts https://github.com/taigaio/taiga-scripts (warning: alpha state)
---------
Django-Rest Framework by default returns 403 for not authenticated requests and permission denied
requests. The file ``taiga/base/monkey.py`` contains a temporary fix for this bug.
This patch is applied when the module ``base.models`` it's loaded. Once it's solved on django rest
framework, this patch can be removed.