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

Create a PluginConfigData as polymorphic model #6

Open
pablodgonzalez opened this issue Aug 31, 2021 · 0 comments
Open

Create a PluginConfigData as polymorphic model #6

pablodgonzalez opened this issue Aug 31, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@pablodgonzalez
Copy link
Member

class PluginConfigData(PolymorphicModel):

The idea about this models to get the chance to plugins developer to add a custom config model to use for the plugin itself. They can be now registering the model to admin site.
IT is just to clarify the posibility and avoid add more environmental setting or plugins, and just config in the UI.

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

No branches or pull requests

2 participants