BCA fifth semester project for Management Information System based on blanxer.com, supports multitenancy, a dashboard, and stripe for payment
Create a virtual environment and activate it
python -m venv "venv"
source venv/bin/activate
Install the requirements
pip install -r requirements.txt
Create the initial migrations
make migrations