Page not found (404)

Request Method: GET
Request URL: http://mitsolutions.me/services/Technical.html

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

  1. admin/
  2. [name='index']
  3. about/ [name='about']
  4. contact/ [name='contact']
  5. soon/ [name='soon']
  6. thanks/ [name='thanks']
  7. business/ [name='business']
  8. creative/ [name='creative']
  9. marketing/ [name='marketing']
  10. technical/ [name='technical']
  11. application/ [name='application']
  12. email/ [name='email']
  13. [name='index']
  14. billing/ [name='billing']
  15. tables/ [name='tables']
  16. vr/ [name='vr']
  17. rtl/ [name='rtl']
  18. profile/ [name='profile']
  19. accounts/login/ [name='login']
  20. accounts/logout/ [name='logout']
  21. accounts/register/ [name='register']
  22. accounts/password-change/ [name='password_change']
  23. accounts/password-change-done/ [name='password_change_done']
  24. accounts/password-reset/ [name='password_reset']
  25. accounts/password-reset-confirm/<uidb64>/<token>/ [name='password_reset_confirm']
  26. accounts/password-reset-done/ [name='password_reset_done']
  27. accounts/password-reset-complete/ [name='password_reset_complete']
  28. ^static/(?P<path>.*)$

The current path, services/Technical.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.