Page not found (404)

Request Method: GET
Request URL: http://www.taghvim.com/contact.php

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

  1. __debug__/
  2. admin/lookups/
  3. admin_tools/
  4. admin/
  5. [name='index']
  6. get_extras/
  7. get_events/
  8. advertising/ [name='advertising']
  9. advertising.html
  10. contact.html/
  11. contact/ [name='contact']
  12. success/ [name='success']
  13. norooz/ [name='norooz']
  14. norooz.html/
  15. converter.html/
  16. converter/ [name='calendar-converter']
  17. thankyou/ [name='thank-you']
  18. haft-seen/ [name='haft-seen']
  19. sizdah-bedar/ [name='sizdah-bedar']
  20. stats/ [name='stats']
  21. sitemap\.xml
  22. google9a94f7b9808562d8\.html
  23. admin/password/change/ [name='password_change']
  24. admin/password/change/done/ [name='password_change_done']
  25. admin/password/reset/ [name='password_reset']
  26. admin/password/reset/done/ [name='password_reset_done']
  27. admin/reset/(<uidb64>[0-9A-Za-z_\-]+)/(<token>[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,20})/ [name='password_reset_confirm']
  28. admin/reset/done/ [name='password_reset_complete']
  29. ^static/(?P<path>.*)$
  30. ^media/(?P<path>.*)$

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