Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 410 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 410 Bytes

Pasal

BCA fifth semester project for Management Information System based on blanxer.com, supports multitenancy, a dashboard, and stripe for payment

How to Setup the project

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