make sure you do syncdb to create database tables before you can
actually use the admin interface for the first time.

try

python ./manage.py syncdb



On Feb 1, 4:41 pm, Andy Cottell <cotta...@gmail.com> wrote:
> I am new to django, and have started building a project in it. I have
> tried to use the admin interface with the project am having issues
> logging in. I have setup the interface as instruced in the django
> tutorial part 2, and created a new superuser and cannot use it to log
> in. The user is always rejected with "Please enter a correct username
> and password. Note that both fields are case-sensitive." I am using an
> SQlite3 database.
>
> Please help as I really like django as a framework, and would love to
> use it for my projects, but the admin interface not working is a deal-
> breaker.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.

Reply via email to