Page not found (404)

Request Method: GET
Request URL: http://altix.co/en/portfolio/

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

  1. [name='home']
  2. design [name='design']
  3. contact [name='contact']
  4. admin/
  5. blog/
  6. markdownx/
  7. portfolio/ [name='portfolio-index']
  8. portfolio/projects/<str:slug>/ [name='project-detail']
  9. services/ [name='services-index']
  10. services/<str:slug>/ [name='services-detail']
  11. i18n/
  12. clients/
  13. company/
  14. gallery/

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