Skip to content

Commit 94b12ad

Browse files
committed
update donate, about and blog page
1 parent 92ad5eb commit 94b12ad

38 files changed

Lines changed: 3310 additions & 81 deletions

config/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"django_q",
5353
"django_tailwind_cli",
5454
"health_check",
55+
"markdownx",
5556
]
5657

5758
# Our apps

config/urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
urlpatterns = [
1616
path("", include("website.urls")),
17+
path("markdownx/", include("markdownx.urls")),
1718
path(settings.ADMIN_URL, admin.site.urls),
1819
path(
1920
"health/",

0 commit comments

Comments
 (0)