Daksh's Blog

Stepping up and taking charge, when no one else will.

API Introduction

In this post, I will discuss about APIs, how to design them, and RESTful APIs.

Django Authentication

In this post, I will discuss about how to implement authentication in Django.

Django Forms

In this post, I will discuss about Django forms.

Django Admin

In this post, what is admin, creating an admin user, adding models to the admin, customizing the admin, adding meta configuration to models, and more will be discussed.

Django Class Based Views

In this post, I will discuss about various class based views in Django.