Django

In this blog, we will learn about the use of the Polymorphic model of Django. Polymorphism: Polymorphism means the same function name (but different signatures) being uses for different types. Example: print(len("geeks")) output-:5 print(len([10, 20, 30])) output-:3 In the above example, len is a function that is used for different types. Polymorphic model is also based on polymorphism. I did use the polymorphic model in many projects in excellence technologies.

Custom commands or what many have come to know as management commands or utility commands are one of the essential features that are provided by python frameworks. These commands are quite useful when performing tasks that requires a lot of different methods to complete the task.

so in this blog we will see how to implement fcm or Firebase Cloud Messaging services.

Till now we are seen basics of models, views, serializes everything. But the most important aspect of any project is the database operations.

In this blog post we will some db operations which were used a in a live project and get more in-depth knowledge of things.

This is one the exciting features of DRF let’s see what it is.

In this blog post we will see more details on View Class and also router.

Let’s get started with django rest api framework as we saw in the last blog.

In this post we will mainly see about django model and database operations

In previous blog we saw just basics of django and should have understood basics of apps, routes, model at-least theoretically.

In this tutorial we will see how to use django in our projects and mainly we will focus this towards REST API’s

excellence-social-linkdin
excellence-social-facebook
excellence-social-instagram
excellence-social-skype