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
Hypha implements DJP: Django Plugins. A plugin system for Django.
2
+
3
+
See https://djp.readthedocs.io/ for more information.
4
+
5
+
## Some tips
6
+
7
+
You can set the `DJP_PLUGINS_DIR` environment variable to point to a directory which contains *.py files implementing plugins. Good for development and when you do not want to publish the plugin on PyPI.
8
+
9
+
Since DJP allow a plugin to override any setting you can tell Hypha to look for templates in a directory inside your plugin. This allows the plugin to override any template in Hypha.
0 commit comments