Update comments to rename Local Server => Enterprise.

(imported from commit 82bf89aa1148a78ce11ead203a0bc16243d1fca8)
This commit is contained in:
Tim Abbott
2013-11-12 12:20:32 -05:00
parent 966fde261a
commit 3dadb5b76a
7 changed files with 12 additions and 15 deletions

View File

@@ -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('',