Add basic login/logout
This commit is contained in:
parent
28bbf51d21
commit
8f3b1f817a
5 changed files with 63 additions and 3 deletions
|
@ -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': [
|
||||
|
|
Reference in a new issue