A view would normally be placed inside the `views.py` of an app, but since this one has no logic and no context object to process, adding it directly to the rout makes it more explicit that there's no Django app associated with it.
check out if rout should be 'root' or 'route'... I put 'route', but I wasn't sure.
P.S.: I wish I had read this post when I was making my project! It's great, I loved it :)
At Step 3:
check out if rout should be 'root' or 'route'... I put 'route', but I wasn't sure.
P.S.: I wish I had read this post when I was making my project! It's great, I loved it :)