Updated static file location for web
This commit is contained in:
parent
3a7ee291ba
commit
a26ff80447
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue