Page not found (404)

Request Method: GET
Request URL: http://127.0.0.1:8000/author/babakieo/

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

  1. admin/
  2. api/auth/
  3. api/cms/
  4. api/sap/
  5. api/packaging/
  6. api/dispatch/
  7. api/export/
  8. api/report/
  9. api/apk/
  10. api/dashboard/
  11. api/cancel/order/
  12. api/divert/order/
  13. api/idle/
  14. api/app/support/

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