diff --git a/tests/test_settings.py b/tests/test_settings.py index 5c4a207..2d79119 100644 --- a/tests/test_settings.py +++ b/tests/test_settings.py @@ -25,3 +25,6 @@ ROOT_URLCONF = 'crispy_forms.tests.urls' SECRET_KEY = 'secretkey' SITE_ROOT = os.path.dirname(os.path.abspath(__file__)) + +# sweetify +SWEETIFY_SWEETALERT_LIBRARY = 'sweetalert2'