Page not found (404)

Request Method: GET
Request URL: http://designeverest.pythonanywhere.com/drafting-support-in-california/residential/

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

  1. admin/
  2. [name='index']
  3. onsite/ [name='onsite']
  4. mockup/ [name='mockup']
  5. option1/ [name='option1']
  6. option2/ [name='option2']
  7. option3/ [name='option3']
  8. option4/ [name='option4']
  9. option4b/ [name='option4b']
  10. option5/ [name='option5']
  11. optioncc95/ [name='optioncc95']
  12. optioncc145/ [name='optioncc145']
  13. optioncc195/ [name='optioncc195']
  14. optioncc245/ [name='optioncc245']
  15. optioncc295/ [name='optioncc295']
  16. optionconditions/ [name='optionconditions']

The current path, drafting-support-in-california/residential/, 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.