enterprise => voyager

(imported from commit 04be792bb480d5e5db1c91d296d1000cf1682571)
This commit is contained in:
David Roe
2015-08-21 02:48:43 -07:00
committed by Tim Abbott
parent edf7e732a2
commit 3f7cb34b00
32 changed files with 42 additions and 57 deletions

View File

@@ -92,7 +92,7 @@ urlpatterns = patterns('',
url(r'^features/$', TemplateView.as_view(template_name='zerver/features.html')),
)
# These are used for enterprise development. On a real enterprise instance,
# These are used for voyager development. On a real voyager instance,
# these files would be served by nginx.
if settings.DEVELOPMENT and settings.LOCAL_UPLOADS_DIR is not None:
urlpatterns += patterns('',