Enable a Django server in three steps
$ django-admin startproject <your-api-name> $ cd <your-api-name> $ python manage.py runserver