Page not found (404)

Request Method: GET
Request URL: https://muimi.uz/notice/notice-for-project-form-collection-summer/

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

  1. admin/
  2. [name='index']
  3. yangiliklar/ [name='yangiliklar']
  4. elonlar/ [name='elonlar']
  5. ochiq-darslar/ [name='ochiqdars']
  6. koproq-oqish/<int:pk>/ [name='batafsil']
  7. koproq/<int:pk>/ [name='batafsil_2']
  8. maktab-hayoti/ [name='maktabhayoti']
  9. international-baccalaureate/ [name='ib']
  10. boglanish/ [name='contact']
  11. biz-haqimizda/ [name='about']
  12. ^static/(?P<path>.*)$
  13. ^media/(?P<path>.*)$

The current path, notice/notice-for-project-form-collection-summer/, 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.