server/src/remieplt/settings/dev.py.tmpl
changeset 39 eaee50318e98
parent 16 ad85999dd05c
child 82 bf1c38268e25
equal deleted inserted replaced
38:9f6f302b8d09 39:eaee50318e98
    17 BASE_STATIC_URL = WEB_URL + BASE_URL + 'static/'
    17 BASE_STATIC_URL = WEB_URL + BASE_URL + 'static/'
    18 BASE_STATIC_ROOT = os.path.abspath(BASE_DIR + "../../web/static/").rstrip("/")+"/"
    18 BASE_STATIC_ROOT = os.path.abspath(BASE_DIR + "../../web/static/").rstrip("/")+"/"
    19 
    19 
    20 STREAM_URL = BASE_STATIC_URL + "/content/"
    20 STREAM_URL = BASE_STATIC_URL + "/content/"
    21 
    21 
       
    22 CAS_URLPARAMETER_NAME = "casticket"
    22 
    23 
    23 # Absolute path to the directory that holds media.
    24 # Absolute path to the directory that holds media.
    24 # Example: "/home/media/media.lawrence.com/"
    25 # Example: "/home/media/media.lawrence.com/"
    25 MEDIA_ROOT = BASE_STATIC_ROOT + "media/"
    26 MEDIA_ROOT = BASE_STATIC_ROOT + "media/"
    26 
    27