Skip to content

Commit

Permalink
More settings fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
baronvonvaderham committed Sep 15, 2015
1 parent 38ac1eb commit 869ee21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ def main():
'django.core.context_processors.request',
)

FILECACHE_DIRECTORY = os.environ.get("FILECACHE_DIRECTORY",
os.path.join(os.path.dirname(__file__), '..', '..', '/CACHE/filecache/'))
FILECACHE_DIRECTORY = os.environ.get("FILECACHE_DIRECTORY", os.path.join(BASE_PATH, 'CACHE/filecache/'))

global_settings.CACHES = {
'default': {
Expand Down

0 comments on commit 869ee21

Please sign in to comment.