mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Merge branch 'patch-2' of https://github.com/jovandeginste/paperless-ng into jovandeginste-patch-2
This commit is contained in:
commit
6b708c5ed3
1 changed files with 3 additions and 1 deletions
|
|
@ -69,6 +69,8 @@ SCRATCH_DIR = os.getenv("PAPERLESS_SCRATCH_DIR", "/tmp/paperless")
|
|||
# Application Definition #
|
||||
###############################################################################
|
||||
|
||||
env_apps = os.getenv("PAPERLESS_APPS").split(",") if os.getenv("PAPERLESS_APPS") else []
|
||||
|
||||
INSTALLED_APPS = [
|
||||
"whitenoise.runserver_nostatic",
|
||||
|
||||
|
|
@ -95,7 +97,7 @@ INSTALLED_APPS = [
|
|||
|
||||
"django_q",
|
||||
|
||||
]
|
||||
] + env_apps
|
||||
|
||||
REST_FRAMEWORK = {
|
||||
'DEFAULT_AUTHENTICATION_CLASSES': [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue