Commit e63e97d9 by David Ormsbee

Disable Datadog reporting by default.

parent 8a25c759
# Register signal handlers
# pylint: disable=unused-import
import signals
import exceptions
from django.conf import settings
# Register signal handlers, but only if Datadog reporting has been made active
if settings.FEATURES.get('ENABLE_DATADOG_REPORTING'):
# pylint: disable=unused-import
import signals
import exceptions
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment