Page not found (404)

Request Method: GET
Request URL: http://edunamcity.uz/manaviyat

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

  1. sceditor/
  2. adm/
  3. [name='home']
  4. postnew/ [name='postnew']
  5. postnew/<int:pk>/ [name='post_detail']
  6. tanlovnew/ [name='tanlov']
  7. tanlovnew/<int:pk>/ [name='tanlov_detail']
  8. qabul/ [name='qabul_kun']
  9. contactus/ [name='contactus']
  10. elekres/ [name='elekres']
  11. sendmes/ [name='sendmes']
  12. gallery/ [name='gollery']
  13. viewmes/ [name='viewmes']
  14. pf_pq/ [name='pf_pq']
  15. tuzilma/ [name='tuzilma']
  16. tuzilmadmtt/ [name='tuzilmadmtt']
  17. qonun/ [name='qonun']
  18. vacancy/ [name='vacancy']
  19. buyruq/ [name='buyruq']
  20. ratings/ [name='ratings']
  21. ratingl/ [name='ratingl']
  22. rahbariyat/ [name='rahbariyat']
  23. struct/ [name='struct']
  24. olimpiad/ [name='olimpiad']
  25. sertificates/
  26. ^media/(?P<path>.*)$

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