New dependency: django-template-partials
for better HTMX integration
This commit is contained in:
parent
86776651b6
commit
db2268badd
3 changed files with 17 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue