Page not found (404)

“/app/Heirloom-Portraits” does not exist
Request Method: GET
Request URL: https://www.tom-stout.com/Heirloom-Portraits/
Raised by: django.views.static.serve

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

  1. admin/
  2. [name='home']
  3. about/ [name='about']
  4. resume/ [name='resume']
  5. contact/ [name='contact']
  6. thanks/ [name='thanks']
  7. info/ [name='info']
  8. seniors/ [name='seniors']
  9. portraits/ [name='portraits']
  10. weddings/ [name='weddings']
  11. airborne-images [name='drones']
  12. accounts/
  13. ^(?P<path>.*)$

The current path, Heirloom-Portraits/, matched the last one.

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.