Overview
The Digital Products Plugin is a powerful tool for managing digital products. This quickstart guide will walk you through the process of setting up your digital products environment and getting started with the Digital Products Plugin.Setup
Prerequisites
Before you begin, make sure you have installed the Ruoom Core open source repository following its quickstart guide. Additionally, the Payment Plugin is a prerequisite for the Digital Products Plugin. Make sure you have installed the Payment Plugin following its quickstart guide.Step-by-Step Instructions
- Download the Repository
- Install the Plugin
plugins
folder within your Ruoom Core project. Then, add plugins.digitalproducts
to the INSTALLED_APPS
list in your settings.py
file to ensure the Digital Products Plugin is recognized by the Ruoom Core framework.
- Run Migrations
- Run the Development Server
- Configure Digital Products
Next Steps
- Explore the various features available in the Digital Products Plugin.
- Contribute to the project by submitting issues or pull requests on GitHub.