Refactor home page view to use a template

This commit is contained in:
2024-10-23 14:03:33 -06:00
parent 5157f05996
commit 35019b3e4b
4 changed files with 7 additions and 6 deletions

View File

@@ -37,6 +37,7 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'lists',
]
MIDDLEWARE = [