Hi there. Got a problem with Django template paths.
We’ve got a project in Perl, but it uses Django templates. We have two template directories (desktop and mobile) and they are using cross-dir inheritance. Django allows that.
When i’m opening template, Komodo warns me, that there is no settings.py required for extends tag.
Ok, i’ve created settings.py in the root directory of the project and specified TEMPLATE_DIRS tuple there.
Komodo has stopped warn me about settings.py, but ignores TEMPLATE_DIRS and trying to look for parent templates relative to current template directory.
I suppose that i’m doing something wrong, but don’t know what. Please, help.