Skip to content

Section Introduction

In this section, you are going to learn about models in Django.

  • First of all, you will be taught the basic fundamental concepts of models in Django.

  • Then, you we will write models for vaccine, center, storage, campaign, slot and vaccination.

  • By the end of this section, you will be able to implement any relational database design into django models.