django rest framework in setting code example Example: how to set up django rest framework in settings.py INSTALLED_APPS = [ ... 'rest_framework', ]