mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-16 16:41:08 +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
|