mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-05-15 15:31:28 +01:00
feat: Add initial CSV export of people
This commit is contained in:
@@ -246,3 +246,12 @@ 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