Page not found (404)

Request Method: GET
Request URL: http://www.danielfalcon.com/type/aside/

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

  1. ^$ [name='index']
  2. ^$ [name='test']
  3. ^$ [name='tasks']
  4. ^$ [name='watch']
  5. ^$ [name='notifications']
  6. ^$ [name='start_stop_individual']
  7. ^$ [name='get_calendar']
  8. ^$ [name='frontend_post']
  9. ^$ [name='revisar_neo']
  10. test/
  11. tasks/
  12. watch/
  13. notifications/
  14. start_stop_individual/
  15. get_calendar/
  16. frontend_post/
  17. revisar_neo/
  18. admin/
  19. ^media/(?P<path>.*)$

The current path, type/aside/, 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.