I just uncovered that DEBUG=true on the demo site, which will soon be our production site. I think adjusting this via environment variables is probably the best way to differentiate between dev and demo.
To Reproduce
Steps to reproduce the behavior:
Visit demo.directory.platform.coop/fake-url or some other URL that doesn't exist.
Describe the bug
I just uncovered that
DEBUG=true
on the demo site, which will soon be our production site. I think adjusting this via environment variables is probably the best way to differentiate between dev and demo.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The 404 page should be shown.