Django for Designers/Basic views: Difference between revisions

Content added Content deleted
 
Line 192: Line 192:


Now if you go to http://localhost:8000, you should see the webpage we made in our template file!
Now if you go to http://localhost:8000, you should see the webpage we made in our template file!

If you do not, you may need to '''restart your development server''' before it "sees" your template.


Save and commit your new template and template-based view.
Save and commit your new template and template-based view.