ENH: Collections DRF (#25)
This commit is contained in:
parent
b9659f6622
commit
04fd45e5de
8 changed files with 123 additions and 1 deletions
|
@ -159,6 +159,8 @@ REST_FRAMEWORK = {
|
|||
'TEST_REQUEST_DEFAULT_FORMAT': 'json',
|
||||
}
|
||||
|
||||
JSON_API_FORMAT_KEYS = 'dasherize'
|
||||
|
||||
SITE_ID = 1
|
||||
|
||||
DJOSER = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue