Merge pull request #14 from Alotor/master

Fixed typos on README
remotes/origin/enhancement/email-actions
Andrey Antukh 2013-07-22 12:03:33 -07:00
commit 22f7eadc07
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,6 @@
Greenmine Backend Greenmine Backend
================= =================
Setup development environment. Setup development environment.
------------------------------ ------------------------------
@ -17,9 +16,10 @@ Setup development environment.
Auth: admin/123123 Auth: admin/123123
Polyfill's Polyfills
---------- ----------
Django-Rest Framework by default returns 403 for not authenticated requests and permission denied Django-Rest Framework by default returns 403 for not authenticated requests and permission denied
requests. On ``base.__init__`` has a monky patch for this bug. On its solved on django rest framework, requests. The file ``greenmine/base/monkey.py`` contains a temporary fix for this bug.
this patch must be removed.
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.