Page not found (404)

Request Method: GET
Request URL: http://cqias.com/nnp/

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

  1. ^media/(?P<path>.*)$
  2. ^static/(?P<path>.*)$
  3. admin/
  4. accounts/
  5. logout/
  6. upload/
  7. view/
  8. list_edit/
  9. show_edit/<int:id>/
  10. edit/<int:id>/
  11. save/<int:id>/
  12. view_page/<int:id>/
  13. view_annotation/<int:id>/<slug:anno_id>
  14. download/<int:id>/<slug:anno_id>
  15. download_epaper/<int:id>
  16. sentry-debug/

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