equal
deleted
inserted
replaced
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 |