amitu / importd

django based mini framework inspired from sinatra. fully compatible with django.
http://amitu.com/importd/
BSD 3-Clause "New" or "Revised" License
510 stars 30 forks source link

py less django project #61

Open amitu opened 9 years ago

amitu commented 9 years ago

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.

ghost commented 8 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:

amitu commented 8 years ago

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.

ghost commented 8 years ago

But then this one is Close-able by https://github.com/amitu/importd/issues/60