Page not found (404)

Request Method: GET
Request URL: https://falconlogix.com/about-us

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

  1. admin-panel/
  2. [name='index']
  3. about_us [name='about_us']
  4. blogs/<slug:slug> [name='blog_details']
  5. blogs [name='blogs']
  6. consumer_list [name='consumer_list']
  7. contact_us [name='contact_us']
  8. content_writing [name='content_writing']
  9. custom_data [name='custom_data']
  10. cx_survey [name='cx_survey']
  11. data_cleansing [name='data_cleansing']
  12. data_appending [name='data_appending']
  13. demand_generation [name='demand_generation']
  14. digital_marketing [name='digital_marketing']
  15. do_not_sell_my_data [name='do_not_sell_my_data']
  16. email_marketing [name='email_marketing']
  17. our_services [name='our_services']
  18. our_technology_data [name='our_technology_data']
  19. probable_visitors_list [name='probable_visitors_list']
  20. technology_data [name='technology_data']
  21. website_development [name='website_development']
  22. admin/
  23. ckeditor/
  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.