django-formula
django-formula copied to clipboard
django-formula: next generation
Hi all, I wrote another django-formula, which provides more options to customize a django webapp. Moreover, I wrote a working example of deployment.
https://github.com/bebosudo/django-formula/ https://groups.google.com/forum/#!topic/salt-users/rMeG9VirEns
I propose to add it as a ng
version, as in the postgres-formula.
What do you think?
@bebosudo sorry to see this issue, so late...
Will look into it.
Hi @aboe76, I'd like to extend the example further with a pipenv section. Feel free to comment my fork.
@aboe76 any news?
@bebosudo Please continue your good work. We're making substantial changes across all SaltStack Formulas right now, to improve the quality and consistency of formulas. For example of some of the changes we're working through, please see https://github.com/saltstack-formulas/template-formula/issues/21.
Once we've managed to start applying automatic release tagging and the other basic structures, we can look at how to incorporate ng
formulas. For another example of a formula working towards this, refer to the conversation surrounding the comment: https://github.com/saltstack-formulas/apache-formula/pull/251#issuecomment-464841346.
@bebosudo, @myii is right, we are changing the saltstack-formulas hopefully for the better to accomodate these kind of changes, with semver
solution, instead of ng
@aboe76 Our changes are going to take some time, perhaps we should put this in a new develop-v1.0.0
branch, like has been done for the apache-formula
? One other thought about this (for both formulas) -- don't we want to set this new branch as the default, so that PRs are provided for the new branch?
@myii I see no problem with that.
Thanks, @aboe76. @bebosudo OK, I've created that branch. Feel free to "replace" it with your formula in a new PR.
@bebosudo Are you still interesting in providing this? We could continue with the branch or we could even implement semantic-release
in this formula, to make it available immediately.
- https://github.com/saltstack-formulas/.github/blob/master/CONTRIBUTING.rst#semantic-release-formulas
- Look further up in that document for an explanation of what
semantic-release
is
- Look further up in that document for an explanation of what
Hi, I'm still interested in developing that formula; I'll try to find time this week.
@bebosudo Thanks, I'll try to get semantic-release
implemented before then, so that we can have a cleaner conversion.
@bebosudo OK, semantic-release
has been merged in #9 and I've removed the extra branch develop-v1.0.0
. I'll start the deprecation notices soon, so that any existing users are informed that the formula is about to be significantly modified.
Another reason to get the current formula replaced: #11.