Docs fixes and fix bug in library import (#1788)

This commit is contained in:
Greg Kaleka
2025-05-19 15:13:22 -04:00
committed by GitHub
parent f7d1694da9
commit e3a057120a
11 changed files with 102 additions and 22 deletions

View File

@@ -562,3 +562,5 @@ if DEBUG_TOOLBAR:
"ROOT_TAG_EXTRA_ATTRS": "hx-preserve",
}
MIDDLEWARE.append("debug_toolbar.middleware.DebugToolbarMiddleware")
BOOST_BRANCHES = ["master", "develop"]