mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
* API: Write operations on orders resource * Add order API endpoint /extend/
This commit is contained in:
@@ -252,6 +252,7 @@ REST_FRAMEWORK = {
|
||||
'DEFAULT_RENDERER_CLASSES': (
|
||||
'rest_framework.renderers.JSONRenderer',
|
||||
),
|
||||
'EXCEPTION_HANDLER': 'pretix.api.exception.custom_exception_handler',
|
||||
'UNICODE_JSON': False
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user