We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ImproperlyConfigured
1 parent bfe54eb commit c3be425Copy full SHA for c3be425
wagtail_newsletter/models.py
@@ -1,6 +1,6 @@
1
from typing import Any, Optional
2
3
-from django.core.exceptions import ValidationError
+from django.core.exceptions import ImproperlyConfigured, ValidationError
4
from django.db import models
5
from django.conf import settings
6
from django.http import HttpResponse
0 commit comments