1
0
Fork 0

Bug fixes to support Django 1.7

This commit is contained in:
Thomas Chamberlin 2018-03-09 16:36:39 -05:00
parent e151006582
commit b5d5207cd8
2 changed files with 35 additions and 30 deletions

View file

@ -16,6 +16,7 @@ logging.basicConfig(level=logging.INFO)
class Command(BaseCommand):
args = "<[Mailbox Name (optional)]>"
help = "Receive incoming mail via stdin"
def add_arguments(self, parser):