mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-04-03 21:40:27 +00:00
8 lines
164 B
Python
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
|