From a26ff804476d02d5783437b5c17f1085a63ee56b Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 15 Mar 2015 16:41:25 +0100 Subject: [PATCH] Updated static file location for web --- evennia/game_template/server/conf/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/game_template/server/conf/settings.py b/evennia/game_template/server/conf/settings.py index 921cc36bc..db3e09781 100644 --- a/evennia/game_template/server/conf/settings.py +++ b/evennia/game_template/server/conf/settings.py @@ -63,7 +63,7 @@ DATABASES = {{ # Absolute path to the directory that holds file uploads from web apps. # Example: "/home/media/media.lawrence.com" -MEDIA_ROOT = os.path.join(GAME_DIR, "gamesrc", "web", "media") +MEDIA_ROOT = os.path.join(GAME_DIR, "web", "media") # The master urlconf file that contains all of the sub-branches to the # applications. Change this to add your own URLs to the website.