Page not found (404)

Request Method: GET
Request URL: http://hagner.se/admin/index.php?section=webpage&part=pages&action=ajax_edit&id=3

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

  1. ^ ^$ [name='home']
  2. ^ ^news/$ [name='news']
  3. ^ ^history/$ [name='history']
  4. ^ ^contact/$ [name='contact']
  5. ^ ^pro/$ [name='pro']
  6. ^products/
  7. ^admin/ [name='index']
  8. ^admin/ login/ [name='login']
  9. ^admin/ logout/ [name='logout']
  10. ^admin/ password_change/ [name='password_change']
  11. ^admin/ password_change/done/ [name='password_change_done']
  12. ^admin/ jsi18n/ [name='jsi18n']
  13. ^admin/ r/<int:content_type_id>/<path:object_id>/ [name='view_on_site']
  14. ^admin/ products/product/
  15. ^admin/ products/category/
  16. ^admin/ products/galery/
  17. ^admin/ info/infotext/
  18. ^admin/ auth/group/
  19. ^admin/ auth/user/
  20. ^admin/ ^(?P<app_label>products|info|auth)/$ [name='app_list']
  21. ^media/(?P<path>.*)$
  22. ^static/(?P<path>.*)$

The current path, admin/index.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.