mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
Zulip doesn't use MEDIA_URL.
(imported from commit ebc370d9c5cf2d7e7d366cbb25fe721c817f212e)
This commit is contained in:
@@ -146,11 +146,6 @@ USE_TZ = True
|
|||||||
DEPLOY_ROOT = os.path.join(os.path.realpath(os.path.dirname(__file__)), '..')
|
DEPLOY_ROOT = os.path.join(os.path.realpath(os.path.dirname(__file__)), '..')
|
||||||
TEMPLATE_DIRS = ( os.path.join(DEPLOY_ROOT, 'templates'), )
|
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.
|
# Tell the browser to never send our cookies without encryption, e.g.
|
||||||
# when executing the initial http -> https redirect.
|
# when executing the initial http -> https redirect.
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user