Installation guide for Ruoom plugins
plugins
folder of the ruoom-core
repository.
INSTALLED_APPS
in your Django settings. For example, for the Payment Plugin, add 'plugins.payment'
.
<plugin_name>
with the actual name of the plugin you are installing.