Hi Malcolm,
Thank you very much for the detailed answer! Everything is working OK
now.
///Kalle
On May 8, 11:53 pm, Malcolm Tredinnick
wrote:
> On Fri, 2009-05-08 at 11:24 -0700,Kallewrote:
> > Hi,
>
> > I'm just started to play with Django, and ran into this problem right
> > away.
>
> > *
On Fri, 2009-05-08 at 11:24 -0700, Kalle wrote:
> Hi,
>
> I'm just started to play with Django, and ran into this problem right
> away.
>
> * I'm using the python script at the bottom to POST to the url.
> * I'm using "manage.py runserver" to run my app
> * Everything works fine when I'll run my
ase.py" in get_response
77. request.path_info)
Exception Type: TypeError at http://127.0.0.1:8000/uncaughtexception/drop
Exception Value: 'NoneType' object is not iterable
--- test script ---
HOST = "127.0.0.1:8000"
URL = "http://%s/uncaug
It works!! Thank you very much!! The django.root PythonOption stripped
the initial "/"
Greetings.
On Nov 11, 11:54 pm, Rajesh Dhawan <[EMAIL PROTECTED]> wrote:
> Hi Javi,
>
> > I've tried putting FORCE_SCRIPT_NAME="" but everything continues at
> > the same state. I'm running the app in Apache2/
Hi Javi,
> I've tried putting FORCE_SCRIPT_NAME="" but everything continues at
> the same state. I'm running the app in Apache2/mod_python. I've pasted
> the htttp.conf file athttp://rafb.net/p/Ya1VKT55.html
I can't see your conf file there. Perhaps you want to paste again at
http://dpaste.com/
se.py", line 77, in get_response
request.path_info)
TypeError: 'NoneType' object is not iterable
,
POST:,
COOKIES:{},
META:{'HTTP_ACCEPT': '*/*',
'HTTP_HOST': '88.80.7.248',
'HTTP_PRAGMA': 'no-cache',
'HT
Hi Javi,
I'm having the same problem... any progress so far?
Thanks.
On Nov 10, 8:35 am, Javi <[EMAIL PROTECTED]> wrote:
> Hello Rajesh,
>
> I've tried putting FORCE_SCRIPT_NAME="" but everything continues at
> the same state. I'm running the app in Apache2/mod_python. I've pasted
> the htttp.c
Hello Rajesh,
I've tried putting FORCE_SCRIPT_NAME="" but everything continues at
the same state. I'm running the app in Apache2/mod_python. I've pasted
the htttp.conf file at http://rafb.net/p/Ya1VKT55.html
I'm going to continue trying to solve it.
On Nov 5, 7:11 pm, Rajesh Dhawan <[EMAIL PROT
Hi Javi,
> Thanks but I'd already tried it. I don't understand why in the
> production server is not added the preceeding slash to the url. My
> urls.py is as follows:
> urlpatterns = patterns('candidateTool.assessmentSystem.views',
> (r'^$', 'index'),
> (r'^enter/$', 'enter'),
> (r'^
t;
> On Nov 4, 9:35 am, Javi <[EMAIL PROTECTED]> wrote:
>
> > Hello everybody!
> > I'm using django 1.0-1 version and Apache as a server web. In the dev
> > server everything works fine but in the production server I get the
> > following error when I ask for a
receeding ones.
On Nov 4, 9:35 am, Javi <[EMAIL PROTECTED]> wrote:
> Hello everybody!
> I'm using django 1.0-1 version and Apache as a server web. In the dev
> server everything works fine but in the production server I get the
> following error when I ask for a url:
>
&g
Hello everybody!
I'm using django 1.0-1 version and Apache as a server web. In the dev
server everything works fine but in the production server I get the
following error when I ask for a url:
NoneType' object is not iterable
Request Method: POST
Request URL:http://loca
12 matches
Mail list logo