Page not found (404)

Request Method: GET
Request URL: http://ahconferences.com/conference.aspx?id=1144

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

  1. ^admin/
  2. ^ ^conferences/$
  3. ^ ^conferensstatic
  4. ^ ^search
  5. ^ ^rabotasnamistatic
  6. ^ ^sponsorstatic
  7. ^ ^smi
  8. ^ ^carer
  9. ^ ^reg
  10. ^ ^arhiv
  11. ^ ^calendar
  12. ^ ^news
  13. ^ ^list_news
  14. ^ ^list_conf
  15. ^ ^about
  16. ^ ^faq
  17. ^ ^contact
  18. ^ ^conferens
  19. ^ ^confid
  20. ^ ^smi
  21. ^ ^export/csv/$ [name='export_users_csv']
  22. ^ ^$
  23. ^media\/(?P<path>.*)$

The current path, conference.aspx, 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.