Experiencing some odd issues with the Django admin application here. I've got everything up and running on the manage.py runserver development server, but for some reason it looks like this:
This obviously isn't what I want, so I'm trying to figure out how to fix it. I have the staticfiles app enabled, which might be causing the problem, although I can't say for sure. Any insights into what mistakes might have been made?
The admin site appears to be referencing these CSS stylesheets that are not being located:
<link rel="stylesheet" type="text/css" href="/media/css/base.css" />
<link rel="stylesheet" type="text/css" href="/media/css/dashboard.css" />