.. include:: ../links.rst .. _django-rest: Django Rest Framework ********************* .. toctree:: :maxdepth: 1 :caption: Contents: view-set API View -------- Most basic view by implementing the HTTP verbs. - Perfect for implementing complex logic - Calling other APIs - Working with local files ViewSet ------- * :ref:`django-rest-view-sets` Adding URL ---------- Create a url in the app folder