mirror of
https://github.com/djohnlewis/stackdump
synced 2025-04-05 01:03:27 +00:00
Fixed media root path due to file having moved directories.
This commit is contained in:
parent
d541bdeabc
commit
18850e5bb5
@ -5,7 +5,7 @@ import os
|
|||||||
|
|
||||||
# STATIC VARIABLES
|
# STATIC VARIABLES
|
||||||
BOTTLE_ROOT = os.path.abspath(os.path.dirname(sys.argv[0]))
|
BOTTLE_ROOT = os.path.abspath(os.path.dirname(sys.argv[0]))
|
||||||
MEDIA_ROOT = os.path.abspath(BOTTLE_ROOT + '/../media')
|
MEDIA_ROOT = os.path.abspath(BOTTLE_ROOT + '/../../media')
|
||||||
|
|
||||||
# WEB REQUEST METHODS
|
# WEB REQUEST METHODS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user