We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
it would be very nice if we would be able to define all switches in a config with there names, default value and notes.
That way, we would have in all our environments (dev / stage / prod) the same switches.
Currently I add them manually over the admin. Which is of course a nice feature but not a good solution for constancy.
What do you think about that?
The text was updated successfully, but these errors were encountered:
You can do that now with a data migration.
Sorry, something went wrong.
Is this documented somewhere? It do you have an exaple?
It's not documented in this app, but here are the official Django docs: https://docs.djangoproject.com/en/5.0/topics/migrations/#data-migrations. use migrations.RunPython.
migrations.RunPython
Feel free to open a pull request if you think others might benefit from documentation.
Related to #50
No branches or pull requests
Hi,
it would be very nice if we would be able to define all switches in a config with there names, default value and notes.
That way, we would have in all our environments (dev / stage / prod) the same switches.
Currently I add them manually over the admin. Which is of course a nice feature but not a good solution for constancy.
What do you think about that?
The text was updated successfully, but these errors were encountered: