I'm new to django, and one of the things that I'm still learning is url_patterns. I set up a pages app to handle the root path (https://www.mysite.com) as well as some static pages such as the about page. I figured out how to set up the url pattern for the root path, but I can't get the site to direct the path '/about' to the pages "about" view.I'm new to django, and one of the things that I