I’m currently on the Django Course in the ORM section and I’m having trouble getting the URL for the website. I have the file most provided at the beginning of the course but I get this error instead of what mosh has on his screen. The error: Page not found (404)
| Request Method: | GET |
|---|---|
| Request URL: | http://127.0.0.1:8000/playground/hello |
Using the URLconf defined in storefront.urls, Django tried these URL patterns, in this order:
- admin/
The current path, playground/hello, didn’t match any of these.