Sorry, I have not done this, but if you look at this section:
https://docs.djangoproject.com/en/1.10/howto/custom-management-commands/#accepting-optional-arguments
then at the end there is a link from the word "argparse" to this site:
https://docs.python.org/3/library/argparse.html#module-argparse
which deals with sub-commands. So that implies it should be possible. (assuming you are working with the Python 3 release of Django)
-- https://docs.djangoproject.com/en/1.10/howto/custom-management-commands/#accepting-optional-arguments
then at the end there is a link from the word "argparse" to this site:
https://docs.python.org/3/library/argparse.html#module-argparse
which deals with sub-commands. So that implies it should be possible. (assuming you are working with the Python 3 release of Django)
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/80775af4-4985-4e82-a2c3-74b2937c7d7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment