django - Problem with locating template -


I am trying to install the DJENGO LFC on my server. Apart from the flaws of various problems now I have to face, I am struggling with TemplateDoesNotExist . In my settings file I have set the TEMPLATE_DIRS variable like this:

  TEMPLATE_DIRS = ("/ home / snow4life / lfc / templates", "/ home / snow4life / lfc_theme / templates" / " Home / snow4life / lfc_blog / templates ")  

and it corresponds to my file structure. Whenever I load a template, {% templates%} templatetag that looks like this: TemplateDoesNotExist I'm trying to run the application to get the exception:

 < Code> Diff templates (reference): (...)  

Therefore this template should be loaded with /lfc/templates/lfc/manage/templates.html But instead reads only lfc / manage / templates.html because it will leave the folder before setting how to solve any ideas. ? I am using the latest diego buildout from the trunk. Tell me that I should post more information. I cuz I'm not sure what can be needed.

Update your Django installation.


Comments