Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 226 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 226 Bytes

Django Rest frameworkの練習

チュートリアルサイトを元に作成

pipenv install
python manage.py makemigrations snippets
python manage.py migrate