Quickstart - Django REST framework (django-rest-framework.org) 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 DRF Django RE..