Re: Bad Request 400 in Django

2022-09-01 Thread Marcella Carvalho
Paste here your settings code On Thu, Sep 1, 2022, 4:14 PM Eric smith wrote: > I have some issues in running django server. > > System check identified no issues (0 silenced). > September 01, 2022 - 10:58:47 > Django version 4.0.1, using settings 'project.settings' > Starting development server

Re: Bad Request 400 in Django

2022-09-01 Thread Jishnu Ramachandran
藍藍 On Thu, 1 Sep, 2022, 11:02 pm Lakshyaraj Dash, wrote: > What ??? It's September not july > > On Thu, Sep 1, 2022, 22:29 subin wrote: > >> I will look forward to meeting you on July 11 >> >> On Thu, Sep 1, 2022 at 4:14 PM Eric smith >> wrote: >> >>> I have some issues in running django

Re: Bad Request 400 in Django

2022-09-01 Thread Lakshyaraj Dash
What ??? It's September not july On Thu, Sep 1, 2022, 22:29 subin wrote: > I will look forward to meeting you on July 11 > > On Thu, Sep 1, 2022 at 4:14 PM Eric smith > wrote: > >> I have some issues in running django server. >> >> System check identified no issues (0 silenced). >> September

Re: Bad Request 400 in Django

2022-09-01 Thread 'Kasper Laudrup' via Django users
On 01/09/2022 17.03, Eric smith wrote: I have some issues in running django server. System check identified no issues (0 silenced). September 01, 2022 - 10:58:47 Django version 4.0.1, using settings 'project.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with

Re: Bad Request 400 in Django

2022-09-01 Thread subin
I will look forward to meeting you on July 11 On Thu, Sep 1, 2022 at 4:14 PM Eric smith wrote: > I have some issues in running django server. > > System check identified no issues (0 silenced). > September 01, 2022 - 10:58:47 > Django version 4.0.1, using settings 'project.settings' > Starting

Re: Bad Request 400 in Django

2022-09-01 Thread subin
Hi On Thu, Sep 1, 2022 at 4:25 PM Lipede Tope wrote: > Check your code > > On Thu, Sep 1, 2022, 4:13 PM Eric smith wrote: > >> I have some issues in running django server. >> >> System check identified no issues (0 silenced). >> September 01, 2022 - 10:58:47 >> Django version 4.0.1, using

Re: Bad Request 400 in Django

2022-09-01 Thread Lipede Tope
Check your code On Thu, Sep 1, 2022, 4:13 PM Eric smith wrote: > I have some issues in running django server. > > System check identified no issues (0 silenced). > September 01, 2022 - 10:58:47 > Django version 4.0.1, using settings 'project.settings' > Starting development server at

Bad Request 400 in Django

2022-09-01 Thread Eric smith
I have some issues in running django server. System check identified no issues (0 silenced). September 01, 2022 - 10:58:47 Django version 4.0.1, using settings 'project.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CTRL-BREAK. [01/Sep/2022 10:58:57] "GET /

Bad request 400

2019-04-11 Thread dlaparicio87
Saludos estoy tratando de publicar en mi red un sitio hecho en Django pero cuando escribo la url en mi navegador me da este error "Bad request 400" Este es mi virtual host ServerName miservidor.midominio.com WSGIScriptAlias / /var/www/html/Despacho_Prov/Despacho_Prov/wsgi.py #WSGI

bad request(400)

2017-09-11 Thread Pankaj -
I am getting below error while launching host ip -- 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

Re: Django app runs with DEBUG=True but gives "Bad Request (400)" error with DEBUG=False (Using Apache and WSGI). Why?

2014-08-14 Thread Chris Seberino
Ug!! That was it!! THanks!!! cs On Thursday, August 14, 2014 10:14:34 PM UTC-5, Collin Anderson wrote: > > a quick thing to check: is your ALLOWED_HOSTS set correctly? > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Re: Django app runs with DEBUG=True but gives "Bad Request (400)" error with DEBUG=False (Using Apache and WSGI). Why?

2014-08-14 Thread Collin Anderson
a quick thing to check: is your ALLOWED_HOSTS set correctly? -- 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

Django app runs with DEBUG=True but gives "Bad Request (400)" error with DEBUG=False (Using Apache and WSGI). Why?

2014-08-14 Thread Chris Seberino
If I set DEBUG=True this Django app runs fine. If I remove DEBUG=True I get a "Bad Request (400)" and apache error logs show lots of this.. [Fri Aug 15 03:04:27.400567 2014] [core:warn] [pid 2011:tid 140575764432768] AH00045: child process 2015 still did not exit, sending a SIGTERM [

Re: bad request 400

2013-09-09 Thread Marcin Szamotulski
The problem has solved somehow (reboot). Marcin On 19:08 Sun 08 Sep , Germán wrote: > If you don't post your code it's quite difficult to help yo > On Sunday, September 8, 2013 3:34:33 PM UTC-5, Marcin Szamotulski wrote: > > > > Hello, > > > > I start working on a new app. I started in

Re: bad request 400

2013-09-08 Thread Germán
If you don't post your code it's quite difficult to help you On Sunday, September 8, 2013 3:34:33 PM UTC-5, Marcin Szamotulski wrote: > > Hello, > > I start working on a new app. I started in the usual way (with > django-admin.py startproject, configured the settings (nothing special >

bad request 400

2013-09-08 Thread Marcin Szamotulski
Hello, I start working on a new app. I started in the usual way (with django-admin.py startproject, configured the settings (nothing special though) and when I try to use my first view function I always get: [08/Sep/2013 21:32:31] "GET / HTTP/1.1" 400 26 (BAD REQUEST) I reviewed my settings