I have a django test site and I can see the admin site, but it has different formatting from the tutorial examples.
This is how my admin site looks:

But on the example it looks like this:

What is missing to show the correct formatting?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Looks like your CSS file isn’t being loaded. Make sure your django install is set up correctly to server out static files. The CSS file, by default, is in
/static/admin/css.