Remove remarked code
This commit is contained in:
@@ -3,7 +3,7 @@ from __future__ import absolute_import
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
from common.utils import proper_name
|
||||
from smart_settings import
|
||||
from smart_settings import LocalScope
|
||||
|
||||
from .icons import icon_index_setup
|
||||
from .links import index_setup, link_menu
|
||||
@@ -49,27 +49,3 @@ settings = [
|
||||
'scopes': [LocalScope()],
|
||||
},
|
||||
]
|
||||
"""
|
||||
|
||||
# Definition
|
||||
|
||||
|
||||
|
||||
# Filesystem serving
|
||||
|
||||
|
||||
Setting(
|
||||
namespace=namespace,
|
||||
name='MAX_SUFFIX_COUNT',
|
||||
global_name='DOCUMENT_INDEXING_FILESYSTEM_MAX_SUFFIX_COUNT',
|
||||
default=1000,
|
||||
)
|
||||
|
||||
Setting(
|
||||
namespace=namespace,
|
||||
name='FILESYSTEM_SERVING',
|
||||
global_name='DOCUMENT_INDEXING_FILESYSTEM_SERVING',
|
||||
default={},
|
||||
description=_(u'A dictionary that maps the index name and where on the filesystem that index will be mirrored.'),
|
||||
)
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user