Answers for "django how to run a management command within python not from cli"

3

python django shell command

$ python manage.py shell
...
>>> execfile('myscript.py')
Posted by: Guest on April-03-2020

Code answers related to "django how to run a management command within python not from cli"

Python Answers by Framework

Browse Popular Code Answers by Language