Django Tutorial - Writing your First App

Hello,
I just recently completed the Django Tutorial - Writing Your First App. When I try to do ​http://127.0.0.1:8000/admin/polls/1/ I get a 404 Page Not Found Error. I followed all of the steps in the tutorial but it appears that my detail view is not working. Whenever I try and click on a question, it immediately sends me to the /change/ url. What should I do about this?

We’re going to see the details about what you’ve done.

Start by identifying what the last step was where everything was working.

Identify what page and paragraph you’re currently working on.

Post the contents of the files that you modified since the previous step.

Note, when posting code here, enclose the code between lines of three backtick - ` characters. This means you’ll have a line of ```, then the code, then another line of ```. This forces the forum software to keep your code properly formatted. (Be sure to use the backtick - ` and not the apostrophe - ', and make sure the lines of ``` are lines by themselves and not part of another line.)