Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py less django project #61

Open
amitu opened this issue Jan 7, 2015 · 3 comments
Open

py less django project #61

amitu opened this issue Jan 7, 2015 · 3 comments
Labels

Comments

@amitu
Copy link
Owner

amitu commented Jan 7, 2015

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.

@amitu amitu added the ready label Jan 15, 2015
@ghost
Copy link

ghost commented Feb 2, 2016

I cant imagine a useful enough Python Django module that dont have at least 1 Python file, or need one.
Too few use cases ❔

@amitu
Copy link
Owner Author

amitu commented Feb 2, 2016

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
Copy link

ghost commented Feb 2, 2016

But then this one is Close-able by #60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant