Re: admin login fails

2011-04-19 Thread pfc
Thank you so much that's all it was! On Apr 19, 2:19 pm, Nick Stinemates wrote: > On Tue, Apr 19, 2011 at 5:36 PM, pfc wrote: > > I did try to delete the db and yes I had to create a new superuser > > after, however this did not fix the

Re: admin login fails

2011-04-19 Thread Nick Stinemates
On Tue, Apr 19, 2011 at 5:36 PM, pfc wrote: > I did try to delete the db and yes I had to create a new superuser > after, however this did not fix the problem. I also reset the db from > the command-line and same result. > Also, it is not a capslock issue, first

Re: admin login fails

2011-04-19 Thread pfc
I did try to delete the db and yes I had to create a new superuser after, however this did not fix the problem. I also reset the db from the command-line and same result. Also, it is not a capslock issue, first thing I checked ;-) The only thing I can think of that is non-standard would be the

Re: admin login fails

2011-04-19 Thread Ernesto Guevara
Or you can delete database and execute again syncdb. The aplication ask again the password, warning for capslock. =) 2011/4/19 pfc > I'm new to Django and am following the tutorials, specifically: > http://docs.djangoproject.com/en/dev/intro/tutorial02/ > I

Re: admin login fails

2011-04-19 Thread Joel Goldstick
On Tue, Apr 19, 2011 at 5:31 AM, pfc wrote: > I'm new to Django and am following the tutorials, specifically: > http://docs.djangoproject.com/en/dev/intro/tutorial02/ > I followed the instructions on adding admin to the INSTALLED_APPS, I > also added it to the

admin login fails

2011-04-19 Thread pfc
I'm new to Django and am following the tutorials, specifically: http://docs.djangoproject.com/en/dev/intro/tutorial02/ I followed the instructions on adding admin to the INSTALLED_APPS, I also added it to the urls, did syncdb and created the superuser. When trying to login with the