Page not found (404)

Request Method: GET
Request URL: https://www.dreamtoolbox.com/signup

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

  1. admin/
  2. [name='home']
  3. contact/ [name='contact']
  4. meetken/ [name='meetken']
  5. thebook/ [name='thebook']
  6. ebook/ [name='ebook']
  7. episode/<int:pg>/ [name='episode']

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