Question

How can I run the manage.py script from withing django code?

Was it helpful?

Solution

You don't. Instead you call django.core.management.call_command().

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top