Re: database issue when using test_server MySQL Windows

2011-03-02 Thread Tim
Hi Chuck, Thank you so much for your help. You're completely right and I confused the two! I don't know how I missed that... On Feb 23, 12:50 pm, Chuck Harmston wrote: > Hey Tim > > Thanks for the report! I don't think this is a bug; you might want to read > the documentation a little more cl

Re: database issue when using test_server MySQL Windows

2011-02-23 Thread Chuck Harmston
Hey Tim Thanks for the report! I don't think this is a bug; you might want to read the documentation a little more closely. http://docs.djangoproject.com/en/dev/ref/django-admin/#testserver-fixture-fixture testserver runs the Django development server using data from the passed fixtures. This

database issue when using test_server MySQL Windows

2011-02-23 Thread Tim
Hi, I'm new to Django and Python but I think I've found a bug with the testserver. What happened is that Django wouldn't let me log in to my newly- created superuser account and kept saying "Please enter a correct username and password" despite the fact that I was 100% sure the information was co