Skip to content

Commit a468722

Browse files
committed
templates moved to main folder
1 parent c046f1d commit a468722

File tree

16 files changed

+1
-1
lines changed

16 files changed

+1
-1
lines changed

task_manager/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
TEMPLATES = [
6969
{
7070
'BACKEND': 'django.template.backends.django.DjangoTemplates',
71-
'DIRS': [BASE_DIR / "templates"],
71+
'DIRS': [BASE_DIR / 'task_manager' / 'templates'],
7272
'APP_DIRS': True,
7373
'OPTIONS': {
7474
'context_processors': [
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)