Page not found (404)

Request Method: GET
Request URL: http://atheneamodels.net/internacionales

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

  1. ^ ^$ [name='home']
  2. ^ ^contactenos.html [name='view_contact']
  3. ^ ^modelo/(?P<slug>[^\.]+).html [name='view_entry']
  4. ^ ^categoria/(?P<slug>[^\.]+).html [name='view_category']
  5. ^ ^(?P<slug>[^\.]+).html [name='view_page']
  6. ^ ^media\/(?P<path>.*)$
  7. ^markdown/
  8. ^admin/

The current URL, internacionales, 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.