Re: Authenticating to /admin doesn't redirect

2017-11-20 Thread yingi keme
Try python manage.py createsuperuser. Follow the instructions, then try login in again Yingi Kem > On 20 Nov 2017, at 1:51 PM, Christian Ahidjo wrote: > > Hi, > I started working on an existing django project and for a reason I ignore if > I try to log in /admin the page does nothing. There i

Re: Authenticating to /admin doesn't redirect

2017-11-20 Thread Vineet Kothari
Python manage.py createsuperuser On Nov 20, 2017 8:15 PM, "Christian Ahidjo" wrote: > Hi, > I started working on an existing django project and for a reason I ignore > if I try to log in /admin the page does nothing. There is no error message > about wrong credentials. Only error message I get i

Authenticating to /admin doesn't redirect

2017-11-20 Thread Christian Ahidjo
Hi, I started working on an existing django project and for a reason I ignore if I try to log in /admin the page does nothing. There is no error message about wrong credentials. Only error message I get is when the input fields are empty. What is the way on Django to create a new user? What cou