mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Forgot a slash
This commit is contained in:
parent
b8be20b565
commit
55dcbcc47f
@ -47,7 +47,7 @@ urlpatterns = [
|
||||
url(r"^fetch/(?P<pk>\d+)$", FetchView.as_view(), name="fetch"),
|
||||
|
||||
# The Django admin
|
||||
url(r"admin", admin.site.urls),
|
||||
url(r"admin/", admin.site.urls),
|
||||
url(r"", admin.site.urls), # This is going away
|
||||
|
||||
] + static.static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user