You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell the only way to activate any of the included plugins is:
Change 'active' to True in the plugin's source
Import it in the init py file
Is this correct? I propose the following:
Move the active flag for plugins into a settings file that can be overridden in the project's settings. The default settings should match the currently enabled plugins.
Automatically import all plugins in the directory.
This would allow projects to choose which plugins they should use. It would also allow external plugins without editing the source of django-test-utils. I don't mind submitting a PR but thought I'd run the general approach past people first.
The text was updated successfully, but these errors were encountered:
As far as I can tell the only way to activate any of the included plugins is:
Is this correct? I propose the following:
This would allow projects to choose which plugins they should use. It would also allow external plugins without editing the source of django-test-utils. I don't mind submitting a PR but thought I'd run the general approach past people first.
The text was updated successfully, but these errors were encountered: