Re: Console output using runserver..

2011-12-03 Thread vivek_12315
I just figured out that if I use : http://127.0.0.1:8081/ner/ then I am getting print output in console, but if I use: http://localhost:8081/ner/ then i am not getting the output Whats the reason behind this / ?? On Dec 3, 12:34 pm, vivek_12315 wrote: > This is wh

Re: Console output using runserver..

2011-12-03 Thread vivek_12315
This is what Django webpage is showing as error: OperationalError at /ner/ no such table: b_mp_TABLE Request Method: POST Request URL:http:

[Newbie] Console output using runserver..

2011-12-02 Thread vivek_12315
I have been working on a simple project. I use Django app server and use it like: ## C:\search\pysolr\webinterface>python manage.py runserver 8081 Validating models... 0 errors found Django version 1.0.2 final, using settings 'webinterface.settings' Development server