added pdf liste and pdf can now be viewed. added filname uuid added copy static script

This commit is contained in:
Alexander Schulz
2024-08-31 15:56:15 +02:00
parent 3d8803a54b
commit 69c723d20d
6 changed files with 40 additions and 4 deletions

View File

@ -7,6 +7,7 @@ urlpatterns = [
path('', views.post_list, name="list"),
path('new-post/', views.post_new, name="new-post"),
path('pdf/', views.pdf_page, name="pdf_page"),
path('pdf-list', views.pdf_list, name="pdf_list"),
path('<slug:slug>', views.post_page, name="page")