Page not found (404)

Request Method: GET
Request URL: http://tiny-files.com/59a14feb2533b965d7d96d25/1522831/11/22/63%20by%20Stephen%20King.mobi

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

  1. (^[0-9A-Fa-f]{24})/([0-9]{4,})/([^/]+)/$
  2. ^login/
  3. ^registration/
  4. ^forgot_pass/
  5. ^$
  6. ^dmca/
  7. ^faq/
  8. ^tos/
  9. ^statshare/
  10. ^download/([\s\S]*)/$
  11. ^readonline/([\s\S]*)/$
  12. ^robots\.txt$

The current URL, 59a14feb2533b965d7d96d25/1522831/11/22/63 by Stephen King.mobi, 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.