Poojan ShahIntegrate Dash Plotly to your existing Django and Docker project.Developers are always looking around to integrate solutions in existing projects rather than creating a separate app or project for…Jan 28, 2021Jan 28, 2021
Poojan ShahAdd schemas to API’s with DRF YASG Swagger.Django-Rest-Framework has inbuilt support for UI to execute API’s but DRF YASG is included with swagger io for API’s. The schema is needed…Sep 4, 2020Sep 4, 2020
Poojan ShahHow to write Class Based Views with DRY(Don’t repeat yourself) code using Inheritance.Django has many rich amounts of features that it provides at its best. One of these is Class-Based Views. We’ll be going through a basic…Sep 4, 2020Sep 4, 2020
Poojan ShahSetup MySQL in Local with Django Docker containerPrerequisites: Must have Docker, Docker-Compose and MySQL 5.7 installed on your system.Jul 30, 2020Jul 30, 2020