Python

Home Posts tagged "Python"
Posted on December 19, 2023 In python/django

Django 5.0 has landed, bringing a slew of exciting features and improvements. From enhanced Python compatibility to streamlined form rendering and powerful database enhancements, this […]

Posted on December 12, 2023 In python/django

Testing your Django application is crucial for ensuring its reliability and stability. Among the various testing frameworks available, Pytest stands out as a powerful and […]

Posted on December 12, 2023 In python/django

Django settings are used to configure the Django framework and its applications. They can be set in a variety of ways, but the most common […]

Posted on December 12, 2023 In python/django

When it comes to building amazing websites and applications, Django is the unsung hero of the web development world. This powerful framework, written in Python, […]

Posted on December 12, 2023 In python/django

In the world of web development, choosing the right framework is crucial to building robust and scalable applications. Django, a high-level Python web framework, has […]

Posted on June 15, 2023 In python/django

From the official Django documentation: Migrations are Django’s way of propagating changes you make to your models (adding a field, deleting a model, etc.) into […]

Posted on October 6, 2022 In python/django

Python is a high-level programming language that’s interpreted and supports object-oriented programming, making it easy to reuse code throughout your project. Many developers and software […]

Posted on September 19, 2022 In python/django

Whenever we write a program or develop an application whether it’s a web-based or a mobile application, our main goal is to utilize our available […]

Posted on March 16, 2022 In python/django

In recent times, e-commerce has acquired millions of customers and emerged as a huge industry. With time, it is also becoming more and more popular […]

Posted on February 3, 2021 In python/django, Technology

A few days back I have to write an API to register a user using Facebook and Google social auth. The task was simple I […]