Page not found (404)

Request Method: GET
Request URL: https://direwolfproject.com/appearance.html

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

  1. django-admin/
  2. admin/
  3. documents/
  4. search/ [name='search']
  5. health/ [name='health']
  6. pedigree/ [name='dogs']
  7. direwolf-dogs/pedigree-database/ [name='dogs']
  8. pedigree/<int:dog_id>/ [name='dogs_detail']
  9. dogs/ [name='meet_our_dogs']
  10. dogs-for-sale/puppies/ [name='puppies']
  11. dogs-for-sale/adults/ [name='adults']
  12. dogs-for-sale/future-litters/ [name='litters']
  13. dogs-for-sale/past-litters/ [name='past_litters']
  14. litters/<int:litter_id>/ [name='litter']
  15. ^static/(?P<path>.*)$
  16. ^media/(?P<path>.*)$
  17. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  18. _util/login/ [name='wagtailcore_login']
  19. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, appearance.html, 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.