Add search app configuration, views, and templates for advanced filtering functionality

This commit is contained in:
pacnpal
2025-02-12 12:58:04 -05:00
parent 62723d0e33
commit af57592496
14 changed files with 1047 additions and 3 deletions

View File

@@ -55,6 +55,7 @@ INSTALLED_APPS = [
"designers",
"analytics",
"location",
"search.apps.SearchConfig", # Add search app
]
MIDDLEWARE = [