diff --git a/README.rst b/README.rst index b1f88fec..80052bbe 100644 --- a/README.rst +++ b/README.rst @@ -27,16 +27,9 @@ Just execute these commands in your virtualenv(wrapper): 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 - -Polyfills ---------- - -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. +If you want a complete environment for production usage, you can try taiga bootstraping +scripts https://github.com/taigaio/taiga-scripts (warning: alpha state)