Files
mayan-edms/apps/main/settings.py
2012-09-10 22:02:27 -04:00

28 lines
664 B
Python

#"""Configuration options for the main app"""
#
#from django.utils.translation import ugettext_lazy as _
#
#Setting(
# namespace=namespace,
# name=u'SIDE_BAR_SEARCH',
# global_name=u'MAIN_SIDE_BAR_SEARCH',
# default=False,
# description=_(u'Controls whether the search functionality is provided by a sidebar widget or by a menu entry.')
#)
#
#Setting(
# namespace=namespace,
# name=u'DISABLE_HOME_VIEW',
# global_name=u'MAIN_DISABLE_HOME_VIEW',
# default=False,
#)
#
# TODO: move this setting to the icon app
#Setting(
# namespace=namespace,
# name=u'DISABLE_ICONS',
# global_name=u'MAIN_DISABLE_ICONS',
# default=False,
#)