python-for-entrepreneurs-course-demos
python-for-entrepreneurs-course-demos copied to clipboard
redirect from email subscribe raises error on success and fail redirect
I am working through the email module and when I subscribe to my list I see a pyramid debug toolbar message that it is squashing an exception HTTP.Found
when I send POST request to /newsletter/add_subscriber
from the little subscribe form.
Is this an exception we should be concerned about or is it just part of running the app in develop mode?
It seems redirect feature will always raise an exception.
base_controller.py
line 23