Make migrations, template stuff

This commit is contained in:
2021-02-14 12:48:12 +00:00
parent 5874c5299b
commit 82ebef8465
7 changed files with 107 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ ROOT_URLCONF = 'core.urls'
TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [],
'DIRS': ['templates'],
'APP_DIRS': True,
'OPTIONS': {
'context_processors': [