Section Outcomes
Now, let us try to revise what have you learned so far.
-
Before starting this section, you were taught about HTTP Protocol, Virtual Environment and Setting up django project and django app.
-
In this section, you have learnt how to write models in Django.
-
We have written model for Center, Vaccine, Storage, Campaign, Slot and Vaccination.
-
Now, you should be able to implement any relational database design into django model.
-
You can visit the django documentation to learn more about Models in Django.