Locale fix from runserver (#86)

This commit is contained in:
Andrew Godwin 2016-03-12 12:14:02 -08:00
parent 5bf19f52f6
commit f1ab1100f5

View File

@ -8,6 +8,8 @@ from channels.worker import Worker
class Command(BaseCommand):
leave_locale_alone = True
def add_arguments(self, parser):
super(Command, self).add_arguments(parser)
parser.add_argument('--layer', action='store', dest='layer', default=DEFAULT_CHANNEL_LAYER,