diff options
author | luxagraf <sng@luxagraf.net> | 2012-10-15 15:57:47 +0000 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2012-10-15 15:57:47 +0000 |
commit | 3b356bf9170317181313e2aa7e622490f69d61fe (patch) | |
tree | 4e49590889481c7e13274cf32cd9eb31a47e3d8a /config/settings/settings.py | |
parent | de05241d91a324f1eb7167433c3a06a4dcf01ba1 (diff) |
changed settings for remote server
Diffstat (limited to 'config/settings/settings.py')
-rw-r--r-- | config/settings/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/settings/settings.py b/config/settings/settings.py index 246b1be..850e232 100644 --- a/config/settings/settings.py +++ b/config/settings/settings.py @@ -56,7 +56,7 @@ MEDIA_ROOT = os.path.join(PROJ_ROOT, 'site/media') # URL that handles the media served from MEDIA_ROOT. Make sure to use a # trailing slash. # Examples: "http://media.lawrence.com/media/", "http://example.com/media/" -MEDIA_URL = 'http://luxagraf.net/media/' +MEDIA_URL = 'http://live.luxagraf.net/media/' # Absolute path to the directory static files should be collected to. # Don't put anything in this directory yourself; store your static files |