Page not found (404)

Request Method: GET
Request URL: http://forkboy.ru/register/download/5/

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

  1. ^admin/
  2. ^$ [name='home']
  3. ^old/$ [name='home_old']
  4. ^product/
  5. ^links/ [name='links']
  6. ^about/
  7. ^contact/
  8. ^accounts/profile
  9. ^accounts/change-data
  10. ^accounts/change-pass
  11. ^accounts/
  12. ^aggregator1/cars
  13. ^aggregator2/cars

The current URL, register/download/5/, 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.