[ Django ] Django REST Framework 000
·
Archive/Develop
https://www.django-rest-framework.org/tutorial/quickstart/#quickstart Quickstart - Django REST framework We're going to create a simple API to allow admin users to view and edit the users and groups in the system. Create a new Django project named tutorial, then start a new app called quickstart. # Create the project directory mkdir tutorial cd tutorial # Cre www.django-rest-framework.org Django..