mirror of
https://github.com/django/django.git
synced 2025-02-08 08:26:13 +00:00
Added a missing import from [8186].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8187 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
e608433ee7
commit
c4ba628231
@ -8,6 +8,7 @@ def autodiscover():
|
||||
not present. This forces an import on them to register any admin bits they
|
||||
may want.
|
||||
"""
|
||||
import imp
|
||||
from django.conf import settings
|
||||
for app in settings.INSTALLED_APPS:
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user