Browsing Tag
django
39 posts
HTTPS for Django Development Environment
Certain modern website features require HTTPS, including Progressive Web Apps (PWA), WebSockets, camera and microphone usage, and geolocation…
Django project with Docker and Kubernetes
To set up a simple Django project with Docker and Kubernetes, follow these steps: Create a Django Project…
how to connect the PostgreSQL database with Django
🎉 Click the larger photo to watch YouTube video
How to improve Django Framework?
On June 21, 2024 I started a thread on reddit with the following question: “What would you improve…
Stay Updated with Python/FastAPI/Django: Weekly News Summary (20/05/2024-26/05/2024)
Dive into the latest tech buzz with this weekly news summary, focusing on Python, FastAPI, and Django updates…
Part 3: Introduction to Views and Template Rendering
What are Django Views? Views in Django are Python functions or classes responsible for handling HTTP requests and…
ImportError: attempted relative import with no known parent package
The error message below occurs when you use the incorrect virtual environment interpreter that you created for your…
Generating Fake Django Model Instances with Factory Boy
As you might know, I am developing PyBazaar, a Python Developer Marketplace. For a project of that scope,…
Deploying a Django site on AWS Elastic Beanstalk
While a Django site can be set up locally with ease, making it accessible everywhere takes a substantial…
Django Signals mastery
Django signals are a form of signal dispatching mechanisms that allow senders to notify a set of receivers…