mirror of
https://github.com/django/django.git
synced 2024-12-23 09:36:06 +00:00
Added import forgotten in 2ee21d9
.
Thanks ratsonale for spotting this mistake.
This commit is contained in:
parent
0657646cb8
commit
203c17c21e
@ -1,3 +1,5 @@
|
||||
import warnings
|
||||
|
||||
from django.conf import settings
|
||||
from django.core import signals
|
||||
from django.core.exceptions import ImproperlyConfigured
|
||||
|
Loading…
Reference in New Issue
Block a user