mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
#44: Harmonise environment variables with constant names
This commit is contained in:
parent
7d1aa1175f
commit
26c3781350
6 changed files with 47 additions and 12 deletions
|
|
@ -47,5 +47,5 @@ urlpatterns = [
|
|||
|
||||
] + static.static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||
|
||||
if settings.UPLOAD_SHARED_SECRET:
|
||||
if settings.SHARED_SECRET:
|
||||
urlpatterns.insert(0, url(r"^push$", PushView.as_view(), name="push"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue