mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Forgot a slash
This commit is contained in:
parent
b8be20b565
commit
55dcbcc47f
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ urlpatterns = [
|
||||||
url(r"^fetch/(?P<pk>\d+)$", FetchView.as_view(), name="fetch"),
|
url(r"^fetch/(?P<pk>\d+)$", FetchView.as_view(), name="fetch"),
|
||||||
|
|
||||||
# The Django admin
|
# The Django admin
|
||||||
url(r"admin", admin.site.urls),
|
url(r"admin/", admin.site.urls),
|
||||||
url(r"", admin.site.urls), # This is going away
|
url(r"", admin.site.urls), # This is going away
|
||||||
|
|
||||||
] + static.static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
] + static.static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue