So I did the entire django tutorial for version 1.6 and installed Apache 2.4 to test it.
So I use this command: python manage.py runserver and then go to the default address for the admin page: http://127.0.0.1:8000/admin/
It is nice and centered and styled.
Now when I close the server and run Apache and go to the same link, it is not styled. So I am assuming CSS is not working. I looked at the Apache logs and don't see any permission errors.
What did I miss?