<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Django REST API on Kuldeep Pisda</title><link>https://kdpisda.in/tag/django-rest-api/</link><description>Recent content in Django REST API on Kuldeep Pisda</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 24 Jun 2025 04:53:23 +0530</lastBuildDate><atom:link href="https://kdpisda.in/tag/django-rest-api/index.xml" rel="self" type="application/rss+xml"/><item><title>How to make REST APIs in Django using Django-rest-framework?</title><link>https://kdpisda.in/how-to-make-rest-apis-in-django-using-django-rest-framework/</link><pubDate>Fri, 20 Jan 2023 08:58:07 +0530</pubDate><guid>https://kdpisda.in/how-to-make-rest-apis-in-django-using-django-rest-framework/</guid><description>&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;a class="heading-anchor" href="#table-of-contents" aria-hidden="true" tabindex="-1"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#prerequisites"&gt;Prerequisites&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-is-django-rest-framework"&gt;What is Django REST Framework?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#understanding-rest-api-principles"&gt;Understanding REST API Principles&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#setting-up-your-development-environment"&gt;Setting Up Your Development Environment&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#creating-your-django-project"&gt;Creating Your Django Project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#building-your-first-rest-api"&gt;Building Your First REST API&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#implementing-authentication"&gt;Implementing Authentication&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#adding-custom-permissions"&gt;Adding Custom Permissions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#testing-your-api"&gt;Testing Your API&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#project-structure"&gt;Project Structure&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#conclusion"&gt;Conclusion&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;a class="heading-anchor" href="#introduction" aria-hidden="true" tabindex="-1"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Building REST APIs with Django has never been easier thanks to Django REST Framework (DRF). This comprehensive tutorial will guide you through creating a complete RESTful API for a to-do list application from scratch.&lt;/p&gt;</description></item></channel></rss>