Page not found (404)

Request Method: GET
Request URL: http://www.fedearroz.com.co/new/costos.php

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

  1. sitemap.xml
  2. django-admin/
  3. ^admin/autocomplete/
  4. admin/
  5. documents/
  6. sentry-debug/
  7. search/ [name='search']
  8. entry_page/<entry_page_id>/update_comments/ [name='entry_page_update_comments']
  9. <path:blog_path>/<int:year>/<int:month>/<int:day>/<str:slug>/ [name='entry_page_serve_slug']
  10. <int:year>/<int:month>/<int:day>/<str:slug>/ [name='entry_page_serve']
  11. <path:blog_path>/feed/ [name='blog_page_feed_slug']
  12. feed/ [name='blog_page_feed']
  13. es/

The current path, new/costos.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.