Bit of a strange one. I've created a super user for django admin for my app, which is just a new django nonrel project with admin enabled. I try and access the /admin whilst running the development server, but when I type in the (correct) username and password it tells me they are not correct.
Deploying the project to Google App Engine, the login works fine. Why would it work fine on Googles servers, but not on the development server?