Page not found (404)

Request Method: GET
Request URL: https://maneken.studio/stfest

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

  1. __debug__/
  2. admin/
  3. performance/ [name='performance']
  4. multilink/ [name='multilink']
  5. performance/<slug:slug>/ [name='performance_detail']
  6. artist/ [name='artist']
  7. artist/<slug:slug>/ [name='artist_detail']
  8. poster/ [name='poster']
  9. p/
  10. contacts/ [name='contacts']
  11. admin/filebrowser/
  12. tinymce/
  13. content_gallery/
  14. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  15. robots.txt
  16. ^static/(?P<path>.*)$
  17. ^media/(?P<path>.*)$

The current path, stfest, 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.