Files
mayan-edms/apps/main/conf/settings.py
Roberto Rosario 524115de64 PEP8 cleanups
2011-04-11 12:18:35 -04:00

4 lines
101 B
Python

from django.conf import settings
SIDE_BAR_SEARCH = getattr(settings, 'MAIN_SIDE_BAR_SEARCH', False)