git.p6c8.net
/
pcdenotes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add publication date to database
[pcdenotes.git]
/
pcdenotes
/
urls.py
diff --git
a/pcdenotes/urls.py
b/pcdenotes/urls.py
index 4832ebe6a5bf534acf03e425a9d9465309a9aa7e..5685b5dbe8161e803c066848245e4d74446f92f2 100644
(file)
--- a/
pcdenotes/urls.py
+++ b/
pcdenotes/urls.py
@@
-16,7
+16,10
@@
Including another URLconf
from django.contrib import admin
from django.urls import path, include
+from filebrowser.sites import site
+
urlpatterns = [
+ path('admin/filebrowser/', site.urls),
path('admin/', admin.site.urls),
path('', include('notes.urls')),
]
patrick-canterino.de