Renderizando HTML, render, templates, INSTALLED_APPS e TemplateDoesNotExist

This commit is contained in:
Luiz Otávio
2023-04-16 17:19:27 -03:00
parent e2be22efd8
commit e3577a686b
6 changed files with 53 additions and 8 deletions

View File

@@ -37,6 +37,8 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'home',
'blog',
]
MIDDLEWARE = [