Skip to content

Commit 2d05c30

Browse files
committed
Setup global templates directory
1 parent 89f7db7 commit 2d05c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
TEMPLATES = [
5151
{
5252
'BACKEND': 'django.template.backends.django.DjangoTemplates',
53-
'DIRS': [],
53+
'DIRS': [BASE_DIR / 'templates/'],
5454
'APP_DIRS': True,
5555
'OPTIONS': {
5656
'context_processors': [

0 commit comments

Comments
 (0)