Page not found (404)

Request Method: GET
Request URL: http://matnyar.com/default.htm

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

  1. admin/
  2. [name='home']
  3. profile [name='profile']
  4. begin/<str:plan> [name='begin']
  5. receive/<str:plan> [name='receive']
  6. signin [name='signin']
  7. signup [name='signup']
  8. <str:service>/<uuid:chat_id>/ [name='services']

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