diff --git a/webpay/settings/base.py b/webpay/settings/base.py index 2f16740ee..ce411ecc5 100644 --- a/webpay/settings/base.py +++ b/webpay/settings/base.py @@ -25,7 +25,9 @@ } DEBUG = True -DEBUG_PROPAGATE_EXCEPTIONS = True +# If set to True, you can see tracebacks in the console +# for local development. +DEBUG_PROPAGATE_EXCEPTIONS = False # Tell Django to do everything in UTC. USE_TZ = True