Page not found (404)

Request Method: GET
Request URL: https://tevps.net/music/submarine.php

Using the URLconf defined in tevp.urls, Django tried these URL patterns, in this order:

  1. ^$
  2. ^research/$
  3. ^projects/$
  4. ^open_source/$
  5. ^cv/$
  6. ^blog/?$
  7. ^blog/dump$
  8. ^admin/
  9. ^blog/(?P<year>[0-9]{4})/(?P<month>[0-9]+)/(?P<day>[0-9]+)/(?P<slug>[^/]+)/$ [name='blog_date']
  10. ^blog/(?P<tag>[^/]+)/$ [name='blog_tag']
  11. ^images/(?P<slug>[^/]+) [name='image']
  12. ^comics/
  13. ^rss$

The current path, music/submarine.php, didn’t match any of these.

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.