Re: Django >=3 closes dev server when trying to log in in admin

2020-01-08 Thread Cristhiam Gabriel Fernández
Yup! that works 👏 Thank you so much El miércoles, 8 de enero de 2020, 13:26:22 (UTC-5), Alfredo Silveira escribió: > > Yes, python version 3.8 not Django > > > > On 8 Jan 2020, at 13:13, Cristhiam Gabriel Fernández > wrote: > >  > 3.8? 🤔 > Did you mean 2.2.8? > Yes, 2.2.8 works fine. > > El mi

Re: Django >=3 closes dev server when trying to log in in admin

2020-01-08 Thread Cristhiam Gabriel Fernández
Awesome! upgrade python to 3.8 and django works again 👏 Thank you so much El miércoles, 8 de enero de 2020, 11:30:18 (UTC-5), Jasim Ak escribió: > > Update your Python to version 3.8. > > Met with the same issue and this worked for me. > > On Wed, 8 Jan 2020, 21:43 Cristhiam Gabriel Fernández, < >

Re: Django >=3 closes dev server when trying to log in in admin

2020-01-08 Thread Alfredo Silveira
Yes, python version 3.8 not Django > On 8 Jan 2020, at 13:13, Cristhiam Gabriel Fernández > wrote: > >  > 3.8? 🤔 > Did you mean 2.2.8? > Yes, 2.2.8 works fine. > > El miércoles, 8 de enero de 2020, 3:11:14 (UTC-5), Alfredo Silveira escribió: >> >> Try update your python version to 3.8 >>

Re: Django >=3 closes dev server when trying to log in in admin

2020-01-08 Thread Jasim Ak
Update your Python to version 3.8. Met with the same issue and this worked for me. On Wed, 8 Jan 2020, 21:43 Cristhiam Gabriel Fernández, < cristhiang...@gmail.com> wrote: > 3.8? 🤔 > Did you mean 2.2.8? > Yes, 2.2.8 works fine. > > El miércoles, 8 de enero de 2020, 3:11:14 (UTC-5), Alfredo Silve

Re: Django >=3 closes dev server when trying to log in in admin

2020-01-08 Thread Cristhiam Gabriel Fernández
3.8? 🤔 Did you mean 2.2.8? Yes, 2.2.8 works fine. El miércoles, 8 de enero de 2020, 3:11:14 (UTC-5), Alfredo Silveira escribió: > > Try update your python version to 3.8 > > > > On 8 Jan 2020, at 03:59, Gil Obradors > > wrote: > >  > Oh yes, sorry, i didnt read right... > > Mn, no more output t

Re: Django >=3 closes dev server when trying to log in in admin

2020-01-08 Thread Cristhiam Gabriel Fernández
No, no more output in terminal. I'm using Visual Studio Code. I'm using pipenv also. Django 2.2.9 works fine. El miércoles, 8 de enero de 2020, 1:59:21 (UTC-5), Gil Obradors escribió: > > Oh yes, sorry, i didnt read right... > > Mn, no more output to paste? > Do you use an IDE? > > i have django 2

Re: Django >=3 closes dev server when trying to log in in admin

2020-01-08 Thread Alfredo Silveira
Try update your python version to 3.8 > On 8 Jan 2020, at 03:59, Gil Obradors wrote: > >  > Oh yes, sorry, i didnt read right... > > Mn, no more output to paste? > Do you use an IDE? > > i have django 2 and 3 working without this behaveor > > Have you introduced changes to admin? > > > E

Re: Django >=3 closes dev server when trying to log in in admin

2020-01-07 Thread Gil Obradors
Oh yes, sorry, i didnt read right... Mn, no more output to paste? Do you use an IDE? i have django 2 and 3 working without this behaveor Have you introduced changes to admin? El dc., 8 de gen. 2020, 7:55, Gil Obradors va escriure: > Hi, 302 response status isnt an error > 😜 > https://develop

Re: Django >=3 closes dev server when trying to log in in admin

2020-01-07 Thread Gil Obradors
Hi, 302 response status isnt an error 😜 https://developer.mozilla.org/es/docs/Web/HTTP/Status/302 El dc., 8 de gen. 2020, 2:29, Cristhiam Gabriel Fernández < cristhiang...@gmail.com> va escriure: > Greetings > > From version 3 I'm getting this error. When I try log in in admin site > django close

Django >=3 closes dev server when trying to log in in admin

2020-01-07 Thread Cristhiam Gabriel Fernández
Greetings >From version 3 I'm getting this error. When I try log in in admin site django closes dev server with no error, only `"POST /admin/login/?next=/admin/ HTTP/1.1" 302 0`` Any suggestion? -- You received this message because you are subscribed to the Google Groups "Django users" gro