mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 04:57:16 +02:00
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:
parent
3e57f49395
commit
e6e5a889f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue