temp update

This commit is contained in:
2024-07-22 06:53:48 +00:00
parent 6de4aabebb
commit 6f79d9a4be
2 changed files with 169 additions and 2 deletions

View File

@ -173,4 +173,4 @@ LEAFLET_CONFIG = {
REST_FRAMEWORK = {
'DEFAULT_FILTER_BACKENDS': ['django_filters.rest_framework.DjangoFilterBackend'],
'DEFAULT_AUTHENTICATION_CLASSES': ('knox.auth.TokenAuthentication', ),
}
}