Page not found (404)

No Posts matches the given query.
Request Method: GET
Request URL: http://sndup.net/10108/d
Raised by: sndup.views.post.post_download

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

  1. [name='home']
  2. post.php
  3. <str:urlstr>/a
  4. <str:urlstr>/d

The current path, 10108/d, matched the last one.

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.