django-fobi/examples/simple/settings/override_select_model_object_plugin.py
2022-07-12 22:53:28 +02:00

8 lines
164 B
Python

from .base import *
INSTALLED_APPS = list(INSTALLED_APPS)
try:
INSTALLED_APPS.append("override_select_model_object_plugin")
except Exception as err:
pass