Re: TemplateDoesNotExist Again

2015-12-24 Thread cquptzzq
Maybe there is a trouble in settings.py.
Maybe you got a wrong template dirs.
You can try that way.

在 2015年12月21日星期一 UTC+8下午10:06:47,Arindam Pradhan写道:
>
> Hi I am new to django community, I want to file a bug regarding a 
> problem similar to this 
> 
> .
> Also when I use *render* rather than *render_to_response* in *django 1.8*, 
> I do not get a hint that file_exist when using a form.
> Can't we change the error from *templateDoesNotExist* with something else 
> like *IncorrectTemplate* ... or something else.
> I am new to the community, hence want to know where to file an issue for 
> this or if an issue has been submitted regarding this already. 
>
> Regards,
> Arindam Pradhan
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c490f32d-60b6-4181-99e9-fafde33adcca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: TemplateDoesNotExist Again

2015-12-21 Thread Tim Graham
Could you check if it's still an issue on Django 1.9? There were several 
improvements to template loading in that release [1]. If it is, could you 
provide a sample project with the exact case to be improved?

[1] 
https://docs.djangoproject.com/en/1.9/releases/1.9/#filesystem-based-template-loaders-catch-more-specific-exceptions

On Monday, December 21, 2015 at 9:06:47 AM UTC-5, Arindam Pradhan wrote:
>
> Hi I am new to django community, I want to file a bug regarding a 
> problem similar to this 
> 
> .
> Also when I use *render* rather than *render_to_response* in *django 1.8*, 
> I do not get a hint that file_exist when using a form.
> Can't we change the error from *templateDoesNotExist* with something else 
> like *IncorrectTemplate* ... or something else.
> I am new to the community, hence want to know where to file an issue for 
> this or if an issue has been submitted regarding this already. 
>
> Regards,
> Arindam Pradhan
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e048bf90-5b8a-484a-b664-ca921a4ed798%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


TemplateDoesNotExist Again

2015-12-21 Thread Arindam Pradhan
Hi I am new to django community, I want to file a bug regarding a 
problem similar to this 

.
Also when I use *render* rather than *render_to_response* in *django 1.8*, 
I do not get a hint that file_exist when using a form.
Can't we change the error from *templateDoesNotExist* with something else 
like *IncorrectTemplate* ... or something else.
I am new to the community, hence want to know where to file an issue for 
this or if an issue has been submitted regarding this already. 

Regards,
Arindam Pradhan

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/63eb9241-6bcc-451c-897c-1982cc5d6948%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.