The Business Model Canvas is a strategic management template for creating new business models and documenting existing ones. It provides a visual chart with pieces detailing a firm's or product's value proposition, infrastructure, consumers, and finances, supporting firms in aligning their operations by demonstrating potential trade-offs.
-
Create a virtual environment where you will install your packages.
py -m virtualenv venv
-
Activate the virtuale environment.
Linux/MacOS - . venv/bin/activate
Windows - venv/scripts/activate
-
Run the following command.
py -m pip install -r requirements.txt
-
Run the following to start developing
Cd project dir
py manage.py runserver