Zulip doesn't use MEDIA_URL.

(imported from commit ebc370d9c5cf2d7e7d366cbb25fe721c817f212e)
This commit is contained in:
Tim Abbott
2015-08-18 19:23:35 -07:00
parent dcc3b3fe37
commit 05b0cbb36a

View File

@@ -146,11 +146,6 @@ USE_TZ = True
DEPLOY_ROOT = os.path.join(os.path.realpath(os.path.dirname(__file__)), '..')
TEMPLATE_DIRS = ( os.path.join(DEPLOY_ROOT, 'templates'), )
# 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 = ''
# Tell the browser to never send our cookies without encryption, e.g.
# when executing the initial http -> https redirect.
#