Current Path : /proc/thread-self/root/opt/alt/python37/lib/python3.7/site-packages/raven/contrib/django/ |
Current File : //proc/thread-self/root/opt/alt/python37/lib/python3.7/site-packages/raven/contrib/django/__init__.py |
""" raven.contrib.django ~~~~~~~~~~~~~~~~~~~~ :copyright: (c) 2010-2012 by the Sentry Team, see AUTHORS for more details. :license: BSD, see LICENSE for more details. """ from __future__ import absolute_import default_app_config = 'raven.contrib.django.apps.RavenConfig' from .client import DjangoClient # NOQA