On Tue, Apr 19, 2011 at 5:36 PM, pfc <[email protected]> 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 thing I checked ;-)
> The only thing I can think of that is non-standard would be the fact
> that this is on a usb drive, however this shouldn't make a difference
> as after copying the projects to my internal HDD I get the same
> result.
>
> Is there some way to get more debug info(compared to just saying that
> the username/password is wrong)?
>

Are you running

python manage.py testserver

instead of

python manage.py runserver ?

This has caused a problem for me in the past.


>
>
> On Apr 19, 11:48 am, Ernesto Guevara <[email protected]> wrote:
> > Or you can delete database and execute again syncdb. The aplication ask
> > again the password, warning for capslock. =)
> >
> > 2011/4/19 pfc <[email protected]>
> >
> >
> >
> >
> >
> >
> >
> > > 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 superuser(username test, password test) I
> > > then get the message "Please enter a correct username and password.
> > > Note that both fields are case-sensitive."
> > > I decided to create a second superuser and restarted the test server,
> > > and still have the same issue.
> >
> > > A few days ago I had no problems getting this to work, but now even
> > > when trying to create a new project I still get the same error.
> > > Any ideas as to what I'm missing or what might be happening?
> >
> > > Thanks in advance for any help :-)
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "Django users" group.
> > > To post to this group, send email to [email protected].
> > > To unsubscribe from this group, send email to
> > > [email protected].
> > > For more options, visit this group at
> > >http://groups.google.com/group/django-users?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to