Some zulip => humbug updates in comments and print statements.

(imported from commit 9253569a1df7f96fda81ab162d710cdda03f30ca)
This commit is contained in:
Tim Abbott
2013-10-04 13:27:01 -04:00
committed by Steve Howell
parent e11ae77ba6
commit b8b0eb4508
5 changed files with 5 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ subprocess.check_call('./tools/clean-repo')
os.setpgrp()
# Pass --nostatic because we configure static serving ourselves in
# humbug/urls.py.
# zulip/urls.py.
for cmd in ['python manage.py runserver --nostatic %s localhost:%d'
% (manage_args, django_port),
'python manage.py runtornado %s localhost:%d'