X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/181848c12143b7a9160b8bb33c8c69cbd48864a2..022b1747124fb6b6314c4eccf98d5bf89dff5d25:/src/redakcja/settings/__init__.py diff --git a/src/redakcja/settings/__init__.py b/src/redakcja/settings/__init__.py index 01fb6cee..3286f073 100644 --- a/src/redakcja/settings/__init__.py +++ b/src/redakcja/settings/__init__.py @@ -102,6 +102,7 @@ INSTALLED_APPS = ( 'apiclient', 'email_mangler', 'wlxml.apps.WlxmlConfig', + 'alerts', ) if DEBUG: @@ -289,6 +290,9 @@ REST_FRAMEWORK = { } +TEST_INTEGRATION = False + + try: SENTRY_DSN except NameError: