Comment on Building a full Django project, starting with a single fileparentComments−Onavo2yThe migrations commands and configs are all tied to manage.py, hard to use without setting up the full boilerplate.−boxed2yIt's not really tied to manage.py no. And in any case that's a trivial 3 lines of code (plus imports, blank lines: https://github.com/iommirocks/iommi/blob/master/examples/man...).I think you're overdramatizing 3 lines of code...
Comments
The migrations commands and configs are all tied to manage.py, hard to use without setting up the full boilerplate.
It's not really tied to manage.py no. And in any case that's a trivial 3 lines of code (plus imports, blank lines: https://github.com/iommirocks/iommi/blob/master/examples/man...).
I think you're overdramatizing 3 lines of code...