Open amitu opened 9 years ago
I cant imagine a useful enough Python Django module that dont have at least 1 Python file, or need one. Too few use cases :grey_question:
Actually yes. Imagine you have a blog app, which does whole blog management. In order to activate it you will have to create a settings file. With setting stored in json/yml, you need not have any python file in your project.
But then this one is Close-able by https://github.com/amitu/importd/issues/60
It should be possible for eg python -m importd.app to read settings file, and if app is composed of reusable apps, there need not be any python files at all.
python -m importd may be can be used for this, or some other submodule.