Page not found (404)

Request Method: GET
Request URL: http://91.212.162.112:8000/redir.php?banner_id=876

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

  1. ^$ [name='home']
  2. ^cont/$ [name='account']
  3. ^admin/
  4. ^articole/
  5. ^congrese-conferinte/
  6. ^rubrici/
  7. ^revista/
  8. ^unitati-medicale/
  9. ^api/
  10. ^comentarii/
  11. ^banners_admin/$ [name='banner_admin']
  12. ^contact/$ [name='contact']
  13. ^abonamente/$ [name='abonamente']
  14. ^summernote/
  15. ^captcha/
  16. ^static\/(?P<path>.*)$
  17. ^files\/(?P<path>.*)$

The current path, redir.php, 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.