Page not found (404)

Request Method: GET
Request URL: https://www.atlas-cap.com/portfolio/845-west-end-avenue.php

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

  1. ^portfolio.php$ [name='redirect0']
  2. ^about-us.php$ [name='redirect1']
  3. ^contact-us.php$ [name='redirect2']
  4. ^about-us.php$ [name='redirect3']
  5. ^portfolio/clarksqn.php$ [name='redirect4']
  6. ^portfolio/chinatown-station.php$ [name='redirect5']
  7. ^portfolio/the-boxyard.php$ [name='redirect6']
  8. ^portfolio/row-dtla.php$ [name='redirect7']
  9. ^portfolio/borden-avenue.php$ [name='redirect8']
  10. ^portfolio/wythe-avenue.php$ [name='redirect9']
  11. ^portfolio/the-factory.php$ [name='redirect10']
  12. ^portfolio/westlake-commons.php$ [name='redirect11']
  13. ^portfolio/7th-street-portfolio.php$ [name='redirect12']
  14. ^portfolio/queens-plaza-south.php$ [name='redirect13']
  15. ^portfolio/42-crosby-street.php$ [name='redirect14']
  16. ^portfolio/valley-country-mart.php$ [name='redirect15']
  17. ^portfolio/23rd-street-and-24th-street.php$ [name='redirect16']
  18. ^$ [name='home']
  19. ^overview/$ [name='overview']
  20. ^team/$ [name='team']
  21. ^portfolio/$ [name='portfolio']
  22. ^portfolio/(?P<asset_slug>[-\w]+)/$ [name='asset']
  23. ^contact/$ [name='contact']
  24. ^contact/thanks/$ [name='contact_thanks']
  25. ^redactor/
  26. ^admin/

The current path, portfolio/845-west-end-avenue.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.