For "external" plugin, exist the sub directory: external_plugins
If you use virtualenv, the path is e.g. here:
If you use the standalone package, the path is e.g. here:
Note: The server process (e.g. fastCGI) must be restarted, because all plugins would be only initialized at the 'start'.
Here a example how to 'install' the System Information plugin via git:
If you don’t have git, but suversion, you can checkout with this command instead of "git clone":
a other example can you find at Howto support the django-sync-server app.
We hosted some own "external plugin" on github.
All plugins are here: http://github.com/jedie/PyLucid-Plugins yet.
But you split them into separated repositories in the future.
Note: Not all plugins are updated for PyLucid v0.9!
Process manager and system information plugin. (For linux machines only)
Sourcecode / install instruction on github:
List all unicode characters via PyLucid DecodeUnicode plugin.
Sourcecode / install instruction on github:
A simple "glue" plugin for using django-sync-server server.