web/ldt/settings.py
changeset 16 b3692a42ac79
parent 5 ae8593287883
--- a/web/ldt/settings.py	Thu Jun 10 12:17:51 2010 +0200
+++ b/web/ldt/settings.py	Thu Jun 10 18:56:59 2010 +0200
@@ -27,6 +27,7 @@
 ACCOUNT_ACTIVATION_DAYS =  getattr(settings, 'ACCOUNT_ACTIVATION_DAYS', 7)
 LDT_MEDIA_PREFIX =  getattr(settings, 'LDT_MEDIA_PREFIX', MEDIA_URL + 'ldt/')
 LDT_MAX_SEARCH_NUMBER = 50
+LDT_JSON_DEFAULT_INDENT = 2