mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
Add django_filters to INSTALLED_APPS
This commit is contained in:
parent
3d6289e4e1
commit
fde0276d65
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ INSTALLED_APPS = [
|
||||||
|
|
||||||
"rest_framework",
|
"rest_framework",
|
||||||
"crispy_forms",
|
"crispy_forms",
|
||||||
|
"django_filters"
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue