added locally hosted htmx dependency; updated base.html template & req's files accordingly; wrote new FT (failing) in test_dashboard that calls for this lib

This commit is contained in:
Disco DeDisco
2026-03-04 15:13:16 -05:00
parent a218391ea5
commit 9548a2cd15
6 changed files with 88 additions and 4 deletions

View File

@@ -77,6 +77,7 @@ MIDDLEWARE = [
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'django_htmx.middleware.HtmxMiddleware',
]
ROOT_URLCONF = 'core.urls'