django-simple-blog icon indicating copy to clipboard operation
django-simple-blog copied to clipboard

TemplateDoesNotExist on base.html extending (django 2.2.3) .

Open vitorsilvadeus opened this issue 5 years ago • 1 comments

I get the TemplateDoesNotExist error in those templates that extend base.html. I've seen that the project doesn't have a base.html template.I have to write mine?I'm using django 2.2.3 and python 3.5.2 .Thank you!

vitorsilvadeus avatar Aug 17 '19 22:08 vitorsilvadeus

Yeah, if you want to use the provided templates you need to add a base.html template. This is so you can customize the looks as you want.

drager avatar Sep 05 '19 18:09 drager