-
Hello, if I have such a structure of plugin and want to develop locally, the easiest way is by placing this folder in a folder which is in If I place a single file which contains a plugin in the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 15 replies
-
@wolflu05 this probalby will take a few posts so it probably would work better as a bug / issue ut I am going to try anyway. There are a few things that could happen here. Please ensure all following conditions are met. This is all for development. For deploying I would strongly recomment to distribute via pypi or similar indexes.
I started to use editable installs recently. Quite handy if you work with several plugins and have the same folder structure for all your repos. |
Beta Was this translation helpful? Give feedback.
@wolflu05 this probalby will take a few posts so it probably would work better as a bug / issue ut I am going to try anyway.
There are a few things that could happen here. Please ensure all following conditions are met. This is all for development. For deploying I would strongly recomment to distribute via pypi or similar indexes.
Requirements:
__init__.py
file in plugin_dir -> needed for module dicsovery__init__.py
file in plugin subdir -> needed for module dicsovery