Merge pull request #8 from josephtoles/master

Fixed typo in README code
This commit is contained in:
Sumit Chachra 2014-07-16 11:10:51 -07:00
commit 17aecc3a02

View File

@ -39,7 +39,7 @@ Installation
),
'DEFAULT_PERMISSION_CLASSES': (
'rest_framework.permissions.IsAuthenticated'
'rest_framework.permissions.IsAuthenticated',
)
}