New dependency: django-template-partials

for better HTMX integration
This commit is contained in:
Tobias Kunze 2025-03-20 08:25:06 +01:00
parent 86776651b6
commit db2268badd
3 changed files with 17 additions and 0 deletions

View file

@ -96,6 +96,8 @@ INSTALLED_APPS = [
"django.contrib.messages",
"django.contrib.staticfiles",
"django.forms",
"template_partials",
# The frontend app is loaded early in order to supersede some allauth views/behaviour
"servala.frontend",
"allauth",
"allauth.account",