This commit is contained in:
Jeff Balogh 2010-06-25 15:21:17 -07:00
Родитель d8c6c269bf
Коммит 7db45c3186
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -482,7 +482,7 @@ CUSTOM_DUMPS = {
'files.platform', 'addons.addon', 'versions.version',
'files.file'),
'excludes': {
'addons.addon': ('_current_version',)
'addons.addon': ('_current_version',),
}
}
}
@ -509,6 +509,7 @@ LOGGING = {
# Read-only mode setup.
READ_ONLY = False
# Turn on read-only mode in settings_local.py by putting this line
# at the VERY BOTTOM: read_only_mode(globals())
def read_only_mode(env):