Page not found (404)

Просмотр списка файлов директории здесь не разрешен.
Request Method: GET
Request URL: https://longdays.ru/ru/media/
Raised by: django.views.static.serve

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

  1. jsi18n/ [name='javascript-catalog']
  2. admin/filebrowser/
  3. grappelli/
  4. ckeditor/
  5. tinymce/
  6. i18n/
  7. admin/
  8. photography/ [name='photography']
  9. about/ [name='about']
  10. contact/ [name='contact']
  11. success/ [name='success']
  12. unsuccess/ [name='unsuccess']
  13. cinema/<slug:slug>/ [name='cinema']
  14. photography/<slug:slug>/ [name='photography']
  15. packages/ [name='packages']
  16. search-results/ [name='search-results']
  17. ^media/(?P<path>.*)$
  18. mail_letter/ [name='mail-letter']
  19. subscribe/ [name='newsletter_subscribe']
  20. subscribe/confirm/<uuid:token>/ [name='newsletter_subscription_confirm']
  21. unsubscribe/ [name='newsletter_unsubscribe']
  22. ^media/(?P<path>.*)$
  23. ^static/(?P<path>.*)$
  24. ru/
  25. ru/ photography/ [name='photography']
  26. ru/ about/ [name='about']
  27. ru/ contact/ [name='contact']
  28. ru/ success/ [name='success']
  29. ru/ unsuccess/ [name='unsuccess']
  30. ru/ cinema/<slug:slug>/ [name='cinema']
  31. ru/ photography/<slug:slug>/ [name='photography']
  32. ru/ packages/ [name='packages']
  33. ru/ search-results/ [name='search-results']
  34. ru/ ^media/(?P<path>.*)$

The current path, ru/media/, matched the last one.

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.