> So, though the settings.py you posted has TEMPLATE_DIRS with your '/ > var/www...'directory listed, the one you are running with has no > TEMPLATE_DIRS.
Yes I've noticed that, but I use settings.py listed above. Django uses db configuration from that file and other things too. Somehow TEMPLATE_DIRS gets cleared or filtered. for example if I run python manage.py shell from project dir and inspect settings module it is empty. I'm kinda new to Python and Django, so I may actually do some stupid mistake on the way. I'm getting frustrated enough to convinve myself to use pdb to run that code step by step. I dont know how to use pdb and it scares me yet.... Still considering installing Django on windows and trying to debug it through Eric or SPE (but since winxp is different platform I can get different issues and that holds me off it). BTW if it does matter I've setup Ubuntu (just shell, no X-Windows) on VMWare and using it as development server from windows xp. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

