Skip to content

Commit 55b24ce

Browse files
committed
Templates needed for Plausible
1 parent 54b9733 commit 55b24ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

settings.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,6 @@
203203
# os.path.join(BASE_DIR, 'static_custom')
204204
# ]
205205
#
206-
# TEMPLATES[0]['DIRS'] = [
207-
# os.path.join(BASE_DIR, 'templates')
208-
# ]
206+
TEMPLATES[0]['DIRS'] = [
207+
os.path.join(BASE_DIR, 'templates')
208+
]

0 commit comments

Comments
 (0)