Updated static file location for web

This commit is contained in:
Griatch 2015-03-15 16:41:25 +01:00
parent 3a7ee291ba
commit a26ff80447

View file

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