1
0
Fork 0

Add basic login/logout

This commit is contained in:
Vili Sinervä 2024-11-24 16:11:22 +02:00
parent 28bbf51d21
commit 8f3b1f817a
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
5 changed files with 63 additions and 3 deletions

View file

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