equal
deleted
inserted
replaced
271 if not "LDT_MEDIA_PREFIX" in locals(): |
271 if not "LDT_MEDIA_PREFIX" in locals(): |
272 LDT_MEDIA_PREFIX = STATIC_URL + 'ldt/' |
272 LDT_MEDIA_PREFIX = STATIC_URL + 'ldt/' |
273 # URL that handles the media served from MEDIA_ROOT. |
273 # URL that handles the media served from MEDIA_ROOT. |
274 if not "MEDIA_URL" in locals(): |
274 if not "MEDIA_URL" in locals(): |
275 MEDIA_URL = BASE_URL + 'static/media/' |
275 MEDIA_URL = BASE_URL + 'static/media/' |
276 |
276 |
|
277 #forced settings |
|
278 MAX_TAG_LENGTH = 255 |
|
279 FORCE_LOWERCASE_TAGS = True |
|
280 |