web/ldt/settings.py
changeset 2 252f2e87cdc3
parent 0 ecdfc63274bf
child 3 651f67b66c51
equal deleted inserted replaced
0:ecdfc63274bf 2:252f2e87cdc3
    23 DECOUPAGE_BLACKLIST =getattr(settings, 'DECOUPAGE_BLACKLIST', 'de_PPP')
    23 DECOUPAGE_BLACKLIST =getattr(settings, 'DECOUPAGE_BLACKLIST', 'de_PPP')
    24 STREAM_URL = getattr(settings, 'STREAM_URL', '')
    24 STREAM_URL = getattr(settings, 'STREAM_URL', '')
    25 
    25 
    26 
    26 
    27 ACCOUNT_ACTIVATION_DAYS =  getattr(settings, 'ACCOUNT_ACTIVATION_DAYS', 7)
    27 ACCOUNT_ACTIVATION_DAYS =  getattr(settings, 'ACCOUNT_ACTIVATION_DAYS', 7)
    28 ldt_MEDIA_PREFIX =  getattr(settings, 'ldt_MEDIA_PREFIX', MEDIA_URL + 'ldt/')
    28 LDT_MEDIA_PREFIX =  getattr(settings, 'LDT_MEDIA_PREFIX', MEDIA_URL + 'ldt/')
    29 
    29 
    30 
    30 
    31 
    31