Overview
The Booking Plugin adds event scheduling & booking to your Django platform. It includes both admin-side configuration & scheduling pages, and customer-facing calendar and history pages. This quickstart guide will walk you through the process of setting up your booking environment and getting started with the Booking Plugin.Setup
Prerequisites
Before you begin, make sure you have installed the Ruoom Core open source repository following its quickstart guide. While the Payment Plugin is not a strict prerequisite for the Booking Plugin, it is recommended to use it for handling payments. If desired, install 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.booking
to the INSTALLED_APPS
list in your settings.py
file to ensure the Booking Plugin is recognized by the Ruoom Core framework.
- Run Migrations
- Collect Static Files
- Run the Development Server
- Schedule a Service
Next Steps
- Explore the various features available in the Booking Plugin.
- Contribute to the project by submitting issues or pull requests on GitHub.