Summary
By now, you should have a better grasp of what happens when a user types a URL into the browser, sends a request to our site, goes through urls.py
, connects to a Django view, and our Django server uses a template to respond with HTML. We hope this serves as a solid foundation to move on to the next part of our project, where we will go through more advanced topics such as models to make our site database-driven.