Page not found (404)

Request Method: GET
Request URL: http://www.vie.group/ttj/

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

  1. lab/
  2. [name='home']
  3. home [name='home']
  4. publication [name='publication']
  5. presentation [name='presentation']
  6. team [name='team']
  7. activity [name='teaching']
  8. daily [name='daily']
  9. **publication
  10. ttj
  11. ^media\/(?P<path>.*)$
  12. admin/

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