Page not found (404)

Request Method: GET
Request URL: https://wefi.co.ke/author/weficoke/

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

  1. admin/
  2. [name='index']
  3. about [name='about']
  4. services [name='sevices']
  5. contact [name='contact']
  6. gallery [name='gallery']
  7. products [name='products']
  8. get_image/<int:pk>/ [name='get_image']
  9. get_images/<int:pk>/ [name='get_images']
  10. get_products [name='get_products']
  11. login [name='login']
  12. register_customer [name='register_customer']
  13. logout [name='logout']
  14. payment_request [name='payment_request']
  15. get_csrf_token [name='get_csrf_token']
  16. get_user_details/<str:username>/ [name='get_user_details']
  17. accesstoken/ [name='get_access_token']
  18. stkpush/<str:phone_number>/<int:amount>/<str:account>/ [name='initiate_stk_push']
  19. query/ [name='query_stk_status']
  20. callback/ [name='callback']
  21. transactions/ [name='transactions']
  22. general_orders/<str:delivery_status>/<str:username>/ [name='general_orders']
  23. order_detail/<int:pk>/ [name='order_detail']
  24. get_photos [name='get_photos']
  25. save_user_image [name='save_user_image']
  26. get_user_image/<str:username>/ [name='get_user_image']
  27. privacy_and_policy [name='privacy_and_policy']
  28. terms_and_condtions [name='terms_and_condtions']
  29. service_charter [name='service_charter']
  30. delete_account/<str:username>/ [name='delete_account']
  31. delete-account/ [name='delete-account']
  32. ^media/(?P<path>.*)$
  33. ^static/(?P<path>.*)$
  34. ^media/(?P<path>.*)$

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