Answers for "django run command from code"

0

django run command from code

from django.core.management import call_command
call_command('my_command', 'foo', bar='baz')
Posted by: Guest on March-11-2021

Code answers related to "django run command from code"

Python Answers by Framework

Browse Popular Code Answers by Language