forked from mirror/django-mailbox
It appears that Django switched from optparse to argparse in Django 1.8. In Django 1.10 it appears that the compatibility mode for optparse-style managemnt commands was removed, and thus these were broken https://docs.djangoproject.com/en/1.11/internals/deprecation/#deprecation-removed-in-1-10 https://docs.djangoproject.com/en/1.11/releases/1.8/#extending-management-command-arguments-through-command-option-list https://docs.djangoproject.com/en/1.8/howto/custom-management-commands/ |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| getmail.py | ||
| processincomingmessage.py | ||
| rebuildmessageattachments.py | ||