Page not found (404)

Request Method: GET
Request URL: https://mworia.pythonanywhere.com/projects/

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

  1. dashboard/
  2. admin/
  3. [name='index']
  4. property-grid/ [name='properties-grid']
  5. property-view/<int:pk>/ [name='property-view']
  6. property-search/ [name='property_search']
  7. vm/securepay/confirmation/ [name='mpesa_c2b_confirmation']
  8. vm/securepay/validation/ [name='mpesa_c2b_validation']
  9. privateurls/register/ [name='triggerregister']
  10. privateurls/simulate/ [name='triggersimulate']

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