django app on Ubuntu OS 22.04
For Local Ubuntu OS 22.04 use the below steps
### Setup ## Setup Virtual environment only for local machin:
python3 -m venv env
## Activate virtual environment only for local machin:
source env/bin/activate
## To get this repository, run the followin...
yes-we-can-devops.hashnode.dev2 min read