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 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  wrote:
> > > 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 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 django-users@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > django-users+unsubscr...@googlegroups.com.
> > > > 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 django-users@googlegroups.com.
> > To unsubscribe from this group, send email to
> > django-users+unsubscr...@googlegroups.com.
> > 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 django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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 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  wrote:
> > 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 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 django-users@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > django-users+unsubscr...@googlegroups.com.
> > > 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 django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> 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 django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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 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)?


On Apr 19, 11:48 am, Ernesto Guevara  wrote:
> 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 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 django-users@googlegroups.com.
> > To unsubscribe from this group, send email to
> > django-users+unsubscr...@googlegroups.com.
> > 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 django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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 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 django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> 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 django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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 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 django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>
Have you checked your caps-lock setting on your keyboard?


-- 
Joel Goldstick

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



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 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 django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.