Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 236 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 236 Bytes

Installation

git clone https://github.com/tanin-t/djangorestframework-example.git
cd djangorestframework-example
pip install django==3.1
pip install djangorestframework
python manage.py migrate
python manage.py runserver