Page not found (404)

Request Method: GET
Request URL: http://workinmusic.fr/medias/

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

  1. admin/
  2. [name='home']
  3. qui-sommes-nous/ [name='about']
  4. application/ [name='application']
  5. demarche-rse/ [name='demarche']
  6. nouveautes/ [name='nouveaute']
  7. media/ [name='media']
  8. contact-us/ [name='contact']
  9. newsletter_save [name='new']
  10. contacts_send [name='sent']
  11. mentions-legales/ [name='mention']
  12. politique-de-confidentialités [name='politique']
  13. blog/
  14. froala_editor/
  15. ^media/(?P<path>.*)$

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