manager: import django_select2.conf before running hobo.multitenant.apps.MultitenantAppConfig.ready() (#33258)

This commit is contained in:
Benjamin Dauvergne 2019-05-20 12:19:03 +02:00 committed by Frédéric Péters
parent 696823919c
commit f685bb066e
1 changed files with 3 additions and 0 deletions

View File

@ -14,4 +14,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# django_select2.conf must be loaded early to modify django.conf.settings before everybody
import django_select2.conf # noqa: F401
default_app_config = 'authentic2.manager.apps.AppConfig'