Add detail page for webpages

This commit is contained in:
2023-12-11 20:23:20 +01:00
parent c2f43861fd
commit 36adf5a904
4 changed files with 51 additions and 0 deletions

View File

@ -93,6 +93,7 @@ INSTALLED_APPS = [
"django.contrib.humanize",
"django_filters",
"django_extensions",
"markdownify",
"imagekit",
"storages",
"taggit",