ldt/web/ldtplatform/settings.py
changeset 27 4b8a549d6399
parent 19 821b602056a8
child 35 a54d72ee2e41
--- a/ldt/web/ldtplatform/settings.py	Thu Oct 18 18:12:20 2012 +0200
+++ b/ldt/web/ldtplatform/settings.py	Thu Oct 18 18:56:35 2012 +0200
@@ -273,4 +273,8 @@
 # URL that handles the media served from MEDIA_ROOT.
 if not "MEDIA_URL" in locals():
     MEDIA_URL = BASE_URL + 'static/media/'
-  
+    
+#forced settings    
+MAX_TAG_LENGTH = 255
+FORCE_LOWERCASE_TAGS = True
+