ENH: Collections DRF (#25)

This commit is contained in:
Matthew Ryan Dillon 2017-09-09 17:15:39 -07:00 committed by GitHub
parent b9659f6622
commit 04fd45e5de
8 changed files with 123 additions and 1 deletions

View file

@ -159,6 +159,8 @@ REST_FRAMEWORK = {
'TEST_REQUEST_DEFAULT_FORMAT': 'json',
}
JSON_API_FORMAT_KEYS = 'dasherize'
SITE_ID = 1
DJOSER = {