How do I hot reload a Django reusable app? [duplicate]
I am creating a Django reusable app. I can build the package using python -m pip install build which creates *.tar.gz file which i can install. But how do i make the main Django app auto reload on changes in the child app.
I have wasted many hours looking for something to do this but couldn't find anything.