mirror of
https://github.com/django/daphne.git
synced 2025-04-21 09:12:03 +03:00
Locale fix from runserver (#86)
This commit is contained in:
parent
5bf19f52f6
commit
f1ab1100f5
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user