Page not found (404)

Request Method: GET
Request URL: https://www.appworkstechnologies.com/portfolio.php

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

  1. ^bigdrop/
  2. ^$ [name='home']
  3. ^work-with-us/$ [name='work-with-us']
  4. ^invest-with-us/$ [name='invest-with-us']
  5. ^contact-us/$ [name='contact-us']
  6. ^aw-philosophy/$ [name='aw-philosophy']
  7. ^where-we-headed/$ [name='where-we-headed']
  8. ^seven/$ [name='seven']
  9. ^eight/$ [name='eight']
  10. ^nine/$ [name='nine']
  11. ^ten/$ [name='ten']
  12. ^eleven/$ [name='eleven']
  13. ^twelve/$ [name='twelve']
  14. ^thirteen/$ [name='thirteen']
  15. ^fourteen/$ [name='fourteen']
  16. ^fifteen/$ [name='fifteen']
  17. ^press/$ [name='press']

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