Page not found (404)

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

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

  1. admin/
  2. [name='index']
  3. login [name='login']
  4. logout [name='logout']
  5. register [name='register']
  6. user/<str:username> [name='profile']
  7. following [name='following']
  8. edit [name='editAPI']
  9. follow/<str:listType>/<str:user> [name='follow']
  10. posts/<str:feed_name> [name='get feed']
  11. create/<str:createType> [name='create post']
  12. like/<str:postId>/<str:action> [name='add like']
  13. comment/<str:Id>/<str:action> [name='add comment']

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