Page not found (404)

Request Method: GET
Request URL: http://www.fantasyfootballblog.co.uk/wp-includes/pomo/apotek/metronidazole.html

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

  1. admin/
  2. [name='index']
  3. login [name='login']
  4. signup [name='signup']
  5. appointment [name='appointment']
  6. logout [name='logout']
  7. profile [name='profile']
  8. adminPanel [name='admin_panel']
  9. schedule [name='schedule']
  10. slot [name='slot']
  11. edit [name='edit_appointment']
  12. message [name='leave_message']
  13. delmessage [name='delete_message']
  14. upload [name='upload_image']
  15. move [name='move_image']
  16. deletepicture [name='delete_image']
  17. ^media/(?P<path>.*)$

The current path, wp-includes/pomo/apotek/metronidazole.html, 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.