mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-04 19:34:43 +00:00
8 lines
150 B
Python
8 lines
150 B
Python
from .base import *
|
|
|
|
INSTALLED_APPS = list(INSTALLED_APPS)
|
|
|
|
try:
|
|
INSTALLED_APPS.append("override_radio_plugin")
|
|
except Exception as err:
|
|
pass
|