pip install django
python manage.py runserver 8080
brew install mysql pkg-config
pip install mysqlclient
python manage.py startapp app
team_project/settings.py
INSTALLED_APPS = [
...,
'app name',
]
http://127.0.0.1:8080/accounts/users/
http://127.0.0.1:8080/dogs/get_dog/1/