4 lines
101 B
Python
4 lines
101 B
Python
from django.conf import settings
|
|
|
|
SIDE_BAR_SEARCH = getattr(settings, 'MAIN_SIDE_BAR_SEARCH', False)
|