Add and configure DjangoQL

This commit is contained in:
Stéphane Brunner
2019-01-26 22:10:13 +01:00
parent 0256dcbe32
commit 4efb153e86
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"):