mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
Prettied up the admin
This commit is contained in:
parent
b65f9af9cc
commit
cb0f7393d6
4 changed files with 15 additions and 4 deletions
|
|
@ -19,5 +19,5 @@ from django.conf.urls import url, static
|
|||
from django.contrib import admin
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^admin/', admin.site.urls),
|
||||
url(r'', admin.site.urls),
|
||||
] + static.static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue