Skip to content

Commit fb15bb0

Browse files
committed
join basedir and templates
1 parent 6fe9873 commit fb15bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
ROOT_URLCONF = "core.urls"
3434

3535

36-
TEMPLATES_DIRS = ["templates"]
36+
TEMPLATES_DIRS = [os.path.join(BASE_DIR, "templates")]
3737

3838
TEMPLATES = [
3939
{

0 commit comments

Comments
 (0)