Browsing Tag
django
42 posts
Deploy a Django Rest Api on AWS EC2 using Docker, NGINX, Gunicorn and GitHub Action.
Django, a high-level Python web framework, is a popular choice for building RESTful APIs. Once your Django Rest…
Explaining Python Type Annotations: A Comprehensive Guide to the typing Module
Leapcell: The Next-Gen Serverless Platform for Python app Hosting In-depth Exploration of Python’s typing Module: A Powerful Aid…
Building a REST API with Django REST Framework: A Beginners Guide
Introduction Imagine you’re building a book management system where users can browse available books and add new ones.…
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…