Re: Error :- Debuge= True

2015-07-04 Thread Bradford Wade
Happy to assist—a few notes/questions up-front: - It's much easier to troubleshoot if you provide the full stack-trace, as is. It helps answer questions like - Which URL were you requesting that ultimately gave you this 404? - Which URL patterns were "tried" or were regex-compar

Re: Error :- Debuge= True

2015-07-04 Thread monoBOT
what error? 2015-07-04 8:05 GMT+01:00 Wanare Piyush 13MCC1056 < piyush.subhashrao2...@vit.ac.in>: > I am getting this error :- > > You're seeing this error because you > have DEBUG = True in your Django settings file. Change that to False, and > Django will d

Error :- Debuge= True

2015-07-04 Thread Wanare Piyush 13MCC1056
I am getting this error :- You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page. My views.py file:- from django.http import HttpResponse import datetime f