From e6e5a889f5dc25c59030122324d2bb6ed950940b Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Sat, 21 Jun 2008 01:29:55 +0000 Subject: [PATCH] I am reminded that having to mess with config files sucks. Try to derive BASE_PATH on our own so admins don't have to. --- settings.py.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py.dist b/settings.py.dist index 3e608642fb..79743f484b 100755 --- a/settings.py.dist +++ b/settings.py.dist @@ -21,7 +21,7 @@ ADMINS = ( MANAGERS = ADMINS # The path that contains this settings.py file (no trailing slash). -BASE_PATH = '/home/evennia/evennia' +BASE_PATH = os_path.abspath(os_path.split(__file__)[0]) # Absolute path to the directory that holds media (no trailing slash). # Example: "/home/media/media.lawrence.com"