Greetings! I have installed the latest django on windows, and the current folder structure here is :
clinicmanager\clinic - my app clinicmanager\templates - template dir i m using settings.py in clinicmanager\settings.py TEMPLATE_DIRS = ( "C:/drives/workarea/Django/django/bin/clinicmanager/templates", } after that i have placed a html file in newpatient.html in templates folder. now in views.py doing this: return render_to_response(request, "newpatient.html", {"f":f}) even now i m getting this TemplateDoesNotExist exception.. i did go through lot of posts on this, but i have *not *installed python through cygwin on windows.. So help REquired!! Cheers! Deepak -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.