Page not found (404)

Request Method: GET
Request URL: https://tropiky.com/wallet

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

  1. admin/
  2. testing/ [name='testing']
  3. logout/ [name='logout']
  4. search/ [name='search_items']
  5. lazy_loading/ [name='lazy_loading']
  6. about/ [name='about']
  7. activity/ [name='activity']
  8. blog-33/ [name='blog-33']
  9. blog-37/ [name='blog-37']
  10. blog/ [name='blog']
  11. create-account/ [name='create-account']
  12. create-profile/ [name='create-profile']
  13. details/ [name='details']
  14. dictionary/ [name='dictionary']
  15. education-center/ [name='education-center']
  16. help-29/ [name='help-29']
  17. help-38/ [name='help-38']
  18. help-details-30/ [name='help-details-30']
  19. help-details/ [name='help-details']
  20. help/ [name='help']
  21. [name='index']
  22. investment-profile/ [name='investment-profile']
  23. [name='landing']
  24. lend-order-summary/ [name='lend-order-summary']
  25. lend/ [name='lend']
  26. order-summary/ [name='order-summary']
  27. otp-verification/ [name='otp-verification']
  28. portfolio/ [name='portfolio']
  29. profile/ [name='profile']
  30. properties-details/<slug:slug>/ [name='properties-details']
  31. properties/ [name='properties']
  32. properties-subcategory/<slug:slug>/ [name='properties-subcategory']
  33. residents-help-38/ [name='residents-help-38']
  34. sign-in/ [name='sign-in']
  35. story-32/ [name='story-32']
  36. story-34/ [name='story-34']
  37. story-35/ [name='story-35']
  38. story-36/ [name='story-36']
  39. ^static/(?P<path>.*)$
  40. ^media/(?P<path>.*)$

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