Page not found (404)

Request Method: GET
Request URL: http://lovfresh.com/about-us/

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

  1. admin/
  2. stripe/
  3. plans/
  4. [name='home']
  5. test [name='test']
  6. contact [name='contact']
  7. api/signup
  8. api/phone-number-login
  9. api/verify-otp
  10. api/logout [name='rest_logout']
  11. api/login
  12. api/profile
  13. api/forgot-password
  14. api/send-otp
  15. api/resend-otp
  16. api/reset-password
  17. api/update-password
  18. api/social-media-login
  19. openapi-schema [name='openapi-schema']
  20. swagger/ [name='swagger-ui']
  21. api-auth/
  22. api/
  23. ^static/(?P<path>.*)$
  24. ^media/(?P<path>.*)$

The current path, about-us/, 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.