django-fobi/examples/simple/settings/override_select_model_object_plugin.py
Artur Barseghyan 97747e3de9 wipe lt 1.8
2019-05-21 21:47:00 +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