Re: server error occurred. Please contact the administrator.

2012-05-08 Thread Python_Junkie
I am not an expert on the csrf module, but the error is pointing towards this module. I am using 'django.middleware.csrf.CsrfViewMiddleware', with django 1.3 and app is working just fine. If I were you I would research this module in the django web page and focus on this module On Tuesday, May

Re: server error occurred. Please contact the administrator.

2012-05-08 Thread James Pyrich
CsrfResponseMiddleware was deprecated in Django 1.3, removed for 1.4. From the 1.3 code: DEPRECATED Middleware that post-processes a response to add a csrfmiddlewaretoken. This exists for backwards compatibility and as an interim measure until applications are converted to using

Re: server error occurred. Please contact the administrator.

2012-05-08 Thread azizmb.in
What version of django are you using? On Tue, May 8, 2012 at 6:11 PM, ritvik wrote: > Hey guys i am gettting "server error occurred. Please contact the > administrator."this message while i am running my django > application > > my application is not calling even any url please help me ou