-
Notifications
You must be signed in to change notification settings - Fork 30
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
remove magic #72
Comments
Nice ideas Amitu ❕ I been thinking of I think that should be a JSON file, because we all know how the structure of a JSON file is without reading any specific Documentation, but when people see a To read from ENV should be a nice addition, but put passwords on ENV is widely used ❔
Have you seen that Coffin becomes only a pair of template tags since Django now supports Jinja2, I would say try to improve and update the Documentation ❔ Upload the new version to PyPI of course ❕ |
😸 |
Nice work man :-) Looking forward to rest of it :-) |
With modern Djangos:
|
We have a bunch of thing that works, and a bunch of thing that kind of does not. For 1.0 release lets remove all magic.
What is importd?
Its a way to django projects, with less fuss. It has a settings framework, and it encourages sane and useful configuration for teams, like using envdir.
What we should keep
What we should discard
Lets also deprecate < 1.8 in 1.0 release so we have less mess.
The text was updated successfully, but these errors were encountered: