[Fixed]-Problems with loading template in django

1👍

First of all, dont concatinate BASE DIR with your directory, you need to use os module of python, like BASE DIR path did.
And honestly beter pas tutorial here http://www.djangobook.com/en/2.0/index.html , it will help you a lot, for understand basics

Leave a comment