Page not found (404)

Request Method: GET
Request URL: http://connectfirms.com/zinngaa

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

  1. admin/
  2. reset-password/ [name='reset-password']
  3. password-reset-done/ [name='password_reset_done']
  4. password-reset-confirm/<uidb64>/<token>/ [name='password_reset_confirm']
  5. password-reset-complete/ [name='password_reset_complete']
  6. [name='index']
  7. user-form/ [name='user-form']
  8. dashboard/ [name='dashboard']
  9. login/ [name='login']
  10. logout/ [name='logout']
  11. register/ [name='register']
  12. contact-us/ [name='contact-us']
  13. businesslist/ [name='businesslist']
  14. crm/ [name='crm']
  15. newsfeed/ [name='newsfeed']
  16. post/<int:pk>/like [name='like']
  17. post/<int:pk>/share [name='share-post']
  18. post/edit/<int:pk>/ [name='post-edit']
  19. post/<int:pk>/ [name='post-detail']
  20. post/delete/<int:pk>/ [name='post-delete']
  21. profile/<str:pk>/followers/ [name='list-followers']
  22. profile/<int:pk>/ [name='profile']
  23. profile/<str:pk>/followers/add [name='add-follower']
  24. profile/<str:pk>/followers/remove [name='remove-follower']
  25. search/ [name='search-result']
  26. search-business/ [name='search-business']
  27. search-home/ [name='search-home']
  28. settings/ [name='settings']
  29. testing/ [name='testing']
  30. pricing/ [name='pricing']
  31. indexnew/ [name='indexnew']
  32. business/ [name='business']
  33. search-product/ [name='search-product']
  34. Search-p/ [name='search-p']
  35. vendor/
  36. subscription/
  37. marketplace/
  38. communicate/
  39. notification/
  40. crm/
  41. agents/
  42. email_software/
  43. events/
  44. contactform/
  45. ^images/(?P<path>.*)$

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