Page not found (404)

Request Method: GET
Request URL: http://ngocumilla.org/show_gallery.php?ngo_id=36

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

  1. admin/
  2. [name='landingPage']
  3. about-us/ [name='aboutPage']
  4. contact-us/ [name='contactPage']
  5. message/ [name='messagePage']
  6. district-info/ [name='districtPage']
  7. notice-all/ [name='noticePage']
  8. ngo-all/ [name='ngoPage']
  9. ckeditor/
  10. notice/<slug:slug> [name='noticeSinglePage']
  11. ngo-details/<slug:slug> [name='ngoSinglePage']
  12. gallery/ [name='galleryPage']
  13. ^media/(?P<path>.*)$

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