Login page!

This commit is contained in:
2021-03-14 21:28:23 -05:00
parent d80d70b1fe
commit d19eb748d2
4 changed files with 44 additions and 1 deletions

View File

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