Trouble after syncdb

So I have just run the syncdb command and created the superuser and everything was checking out. However, when I went to enable the admin, nothing would load at the local server. I got a Page not found (404) error with:

Using the URLconf defined in microblog.urls, Django tried these URL patterns, in this order: admin/ The current URL, , didn't match any of these.

Then at /admin/ I got : AttributeError at /admin/ 'tuple' object has no attribute 'startswith'

Not sure what is going on and everything was working just fine up to this point. Any ideas about what might be going on?

Sorry You must be a logged in, registered user to answer a question.

Answers

Looking at your pastie, I can't see anything wrong. Would it be too much to ask for you to delete the microblog project and start over again from that point? My best guess is that something got missed but I'm not sure what. Sorry about that.

That's alright. I was thinking that that was what I needed to do anyway. Thanks for the help!
Nate Wilson on