Try to make very simple RESTful API with Ddango
- pip install django
- pip install djangorestframework
- git clone https://github.com/itholic/django_restapi.git
- cd django_restapi/tutorial
- python manage.py migrate
- python manage.py runserver
- go to browser '127.0.0.1:8000'