Rename Django project to zproject.

This includes a hack to preserve humbug/backends.py as a symlink, so
that we don't need to regenerate all our old sessions.

(imported from commit b7918988b31c71ec01bbdc270db7017d4069221d)
This commit is contained in:
Tim Abbott
2013-08-06 16:51:47 -04:00
parent 44057cb31b
commit 7b9305b06f
20 changed files with 86 additions and 85 deletions

View File

@@ -18,7 +18,7 @@ from zerver.lib.utils import statsd
# out from bots without having to import pika code all over our codebase.
class SimpleQueueClient(object):
def __init__(self):
self.log = logging.getLogger('humbug.queue')
self.log = logging.getLogger('zulip.queue')
self.queues = set()
self.channel = None
self.consumers = defaultdict(set)