mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-17 03:11:22 +02:00
Fix command line arg for Django 1.7 and make Python 2 and 3 compatible test
This commit is contained in:
@ -55,9 +55,10 @@ class Command(BaseCommand):
|
||||
if VERSION < (1, 8):
|
||||
self.option_list += (
|
||||
make_option(
|
||||
'--quiet', '-q',
|
||||
'--quiet',
|
||||
default=False,
|
||||
action='store_true',
|
||||
dest='quiet',
|
||||
help='Hide details about each queue/message as they are processed'),
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user