Skip to content

Commit

Permalink
undo debug set
Browse files Browse the repository at this point in the history
  • Loading branch information
aleontiev committed Mar 24, 2023
1 parent 35a1703 commit 7d176aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

DYNAMIC_REST = {
'ENABLE_LINKS': True,
'DEBUG': True, # os.environ.get('DYNAMIC_REST_DEBUG', 'false').lower() == 'true',
'DEBUG': os.environ.get('DYNAMIC_REST_DEBUG', 'false').lower() == 'true',
'ENABLE_HASHID_FIELDS': True,
'HASHIDS_SALT': "It's your kids, Marty!",
}

0 comments on commit 7d176aa

Please sign in to comment.