Page not found (404)

Request Method: GET
Request URL: http://ludirosta.ru/about.html

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

  1. ^profile/
  2. ^$ [name='home']
  3. ^testimport [name='testimport']
  4. ^youtube_update [name='youtube_update']
  5. ^yamap [name='yamap']
  6. ^top_selfie [name='top_selfie']
  7. ^all_selfie [name='all_selfie']
  8. ^kto_mi [name='kto_mi']
  9. ^proekty [name='proekty']
  10. ^contact [name='contact_us']
  11. ^register
  12. ^login/
  13. ^account/
  14. ^edit [name='edit']
  15. ^jet/dashboard/
  16. ^jet/
  17. ^admin/
  18. ^tinymce/
  19. ^ajax-filters/ [name='ajax_filters']
  20. ^(?P<slug>\w+)/$ [name='freepages_view']
  21. ^media\/(?P<path>.*)$

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