mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
initial push for pagination with streams tables - still need to fix the channels form tables
This commit is contained in:
parent
f57e15bd00
commit
9ac73cf990
10 changed files with 228 additions and 124 deletions
|
|
@ -32,6 +32,7 @@ INSTALLED_APPS = [
|
|||
'django.contrib.staticfiles',
|
||||
'rest_framework',
|
||||
'corsheaders',
|
||||
'django_filters',
|
||||
]
|
||||
|
||||
|
||||
|
|
@ -115,6 +116,7 @@ REST_FRAMEWORK = {
|
|||
'DEFAULT_AUTHENTICATION_CLASSES': [
|
||||
'rest_framework_simplejwt.authentication.JWTAuthentication',
|
||||
],
|
||||
'DEFAULT_FILTER_BACKENDS': ['django_filters.rest_framework.DjangoFilterBackend'],
|
||||
}
|
||||
|
||||
SWAGGER_SETTINGS = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue