Page not found (404)

Request Method: GET
Request URL: https://ddmc.ir/contact/index.html

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

  1. admin/
  2. department/<str:slug>/ [name='department_detail']
  3. activity/<int:pk>/ [name='activity_detail']
  4. doneproject/<int:pk>/ [name='doneproject_detail']
  5. activities/ [name='activities_list']
  6. blog/
  7. panorama/
  8. miniapps/
  9. projectpulse/
  10. contentcalendar/
  11. [name='home']
  12. contact-from/ [name='contact-form']
  13. newsletter-from/ [name='newsletter-form']
  14. <str:page>/ [name='staticpage']
  15. 404
  16. ckeditor/

The current path, contact/index.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.