django first projecct from paiza.cloud
git clone https://github.com/sin-sky-sora/firstproject.git
cd firstproject
sh init.sh
source ~/.bash_profile
pyenv install 3.8.8
pyenv global 3.8.8
# pipenv
python -m pip install --upgrade pip
sudo pip install pipenv
pipenv install
git config --global user.email "email@example.com"
git config --global user.name "name"