I have just installed the newest version of django from the source repo. I added the admin app, did the synchdb (as part of this I created the admin user), then i started the test server. Then I browsed to the admin login page and enter the admin user and the correct password. I get told that the username/password is incorrect ... I have already recreated the database from scratch a couple of times. I have also checked the actual database and the entry in the auth user table looks fine. I have also tried the manage.py create superuser path and still no luck. Does anybody have any ideas that I can try other than the ones above. I am sure it is a very simple thing I am overlooking .... Thanks in advance :)
-- 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.