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.

This commit is contained in:
Greg Taylor 2008-06-21 01:29:55 +00:00
parent 3e57f49395
commit e6e5a889f5

View file

@ -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"