Django Rest framework + Azure App Service + MySQL + CI/CD by GitHub Actions = test
Django Rest framework + Azure App Service + MySQL + CI/CD by GitHub Actions = test
pipenv install
pipenv shell
python manage.py migrate
python manage.py createsuperuser --email admin@example.com --username admin
python manage.py runserver