Add and configure DjangoQL

This commit is contained in:
Stéphane Brunner
2019-01-26 22:10:13 +01:00
parent 1e4b0dc812
commit 711c0925e1
5 changed files with 19 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ INSTALLED_APPS = [
"rest_framework",
"crispy_forms",
"django_filters",
"djangoql",
]
if os.getenv("PAPERLESS_INSTALLED_APPS"):