Minor changes on readme.
parent
0e535cf0f1
commit
6abc792e13
15
README.rst
15
README.rst
|
@ -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.
|
|
||||||
|
|
Loading…
Reference in New Issue