- Activate the FormShare environment.
$ . ./path/to/FormShare/bin/activate
- Change directory into your newly created plugin.
$ cd formshare_test_plugin
- Build the plugin
$ python setup.py develop
- Add the plugin to the FormShare list of plugins by editing the following line in development.ini or production.ini
#formshare.plugins = examplePlugin
formshare.plugins = formshare_test_plugin
- Run FormShare again