Changes to allow large, fast exports

svn: r13646
This commit is contained in:
Doug Blank
2009-11-21 14:27:25 +00:00
parent 72cca076c5
commit 281fa65cd7
3 changed files with 42 additions and 24 deletions

View File

@@ -61,7 +61,7 @@ ngettext = translator.ngettext
from django.conf import settings
import web.settings as default_settings
try:
settings.configure(default_settings, DEBUG=True)
settings.configure(default_settings)
except RuntimeError:
# already configured; ignore
pass