A helpful boilerplate for SaaS application w/ multi-tenant and JWT Authentication(Auth0) using DRF(Django REST Framework)
git clone https://github.com/mzntaka0/saasinit.git ./${project_name}
cd ${project_name}
pip install pipenv
pipenv install
docker-compose up -d --build