How can I run the manage.py script from withing django code?
Asked
Active
Viewed 146 times
1 Answers
1
You don't. Instead you call django.core.management.call_command()
.

Ignacio Vazquez-Abrams
- 776,304
- 153
- 1,341
- 1,358