mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
feat: Add CSV export of Relationships
This commit is contained in:
@@ -141,6 +141,11 @@ REST_FRAMEWORK = {
|
||||
'DEFAULT_PERMISSION_CLASSES': [
|
||||
'rest_framework.permissions.IsAuthenticated',
|
||||
],
|
||||
'DEFAULT_RENDERER_CLASSES': [
|
||||
'rest_framework.renderers.JSONRenderer',
|
||||
'rest_framework_csv.renderers.CSVRenderer',
|
||||
'rest_framework.renderers.BrowsableAPIRenderer',
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
@@ -256,12 +261,3 @@ CONSTANCE_BACKEND = 'constance.backends.database.DatabaseBackend'
|
||||
BOOTSTRAP4 = {
|
||||
'include_jquery': 'full',
|
||||
}
|
||||
|
||||
|
||||
# Django Rest Framework settings for API
|
||||
|
||||
REST_FRAMEWORK = {
|
||||
'DEFAULT_RENDERER_CLASSES': [
|
||||
'rest_framework_csv.renderers.CSVRenderer',
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user