mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Update comments to rename Local Server => Enterprise.
(imported from commit 82bf89aa1148a78ce11ead203a0bc16243d1fca8)
This commit is contained in:
@@ -85,7 +85,7 @@ urlpatterns = patterns('',
|
||||
url(r'^robots\.txt$', RedirectView.as_view(url='/static/robots.txt')),
|
||||
)
|
||||
|
||||
# These are used for localserver development. On a real localserver instance,
|
||||
# These are used for enterprise development. On a real enterprise instance,
|
||||
# these files would be served by nginx.
|
||||
if not settings.DEPLOYED and settings.LOCAL_UPLOADS_DIR is not None:
|
||||
urlpatterns += patterns('',
|
||||
|
||||
Reference in New Issue
Block a user