From 767cb693f39a8b6c160f4abbe9113de50f7129d5 Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 15 Oct 2015 17:02:10 +0200 Subject: [PATCH] Update settings.py --- evennia/game_template/server/conf/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/evennia/game_template/server/conf/settings.py b/evennia/game_template/server/conf/settings.py index 6ea4f4ad97..9a29edd535 100644 --- a/evennia/game_template/server/conf/settings.py +++ b/evennia/game_template/server/conf/settings.py @@ -62,6 +62,8 @@ DATABASES = {{ ###################################################################### # Django web features +# (don't remove these entries, they are needed to override the default +# locations with your actual GAME_DIR locations at run-time) ###################################################################### # Absolute path to the directory that holds file uploads from web apps.