I recently deployed my very own django application to production. The website is called videiro.com and was developed in django + HTML/CSS/JS + Tailwind. Setup I am using a debian 12 server which will expose my application via cloudflare
2024-09-25988
This django file structure guide will walk you through the essential elements of a django project. Contents Project Root Directory Project Directory (e.g., you_project_name) Applications (Apps) Templates Directory Static Directory Media Directory
2024-09-19504
Django Web Framework: A Comprehensive Guide What is Django? Django is a high-level Python web framework that enables rapid development of secure and maintainable websites. It is known for its "batteries included" approach, prov
2024-09-24275
In this guide I'll walk you through how to modify and extend Django default admin panel/interface, making it more user-friendly. 1. Set up the Project: Start by creating a brand new project and app in Django django-admin startproject myprojectname
2024-09-19453
Scaling your web app is essential for success. Django is great, but Gunicorn and Nginx are needed for true scalability. This post shows you how to build a scalable Django app with Gunicorn and Nginx. This post follows in "Kali Linux". You c
2024-09-26817
If you’re new to web development and looking for the right framework to start with, Django could be your perfect match. Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Here’s why Django stand
2024-09-10895
Hi Guys, I'm Nicholas a software developer with 3 years of experience in building robust web applications, leveraging Python, JavaScript and Ruby to provide business solutions using up-to-date industry technologies such as Django, Nodejs, Nextjs, Rea
2024-09-26454
This is the first of a two-part series using Django, htmx, and Stripe to create a one-product e-commerce website. In this part, we'll start our Django project and integrate it with htmx. In the second part, we'll handle the orders with Stripe. Let'
2024-09-12329
I am currently working on a couple of projects that are primarily focused on Django, the powerful Python web framework that helps build robust and scalable web applications. As these projects continue to evolve, I am looking for talented developers w
2024-09-10845
Introduction In the past two weeks, I have delved into two prominent technologies used for building dashboard applications: Node.js and Django. This documentation aims to provide a comprehensive overview of these frameworks, highlighting their unique
2024-09-19392
In the ever-evolving world of web development, staying ahead of the curve is crucial. For Django developers looking to elevate their skills to the next level, a new resource has emerged that promises to be an indispensable guide: "The Missing Ha
2024-09-07693
Originally published on Substack: https://andresalvareziglesias.substack.com/p/pwa-and-django-1-what-is-a-web-application?r=1ymfiv The current web applications are much more than web pages that show interactive info. Sometimes, they behave almost l
2024-09-10707
In the world of web development, bugs are an inevitable part of the journey. But when it comes to Django, one of the most popular Python web frameworks, having a solid bug-catching strategy can make all the difference between a smooth user experience
2024-09-10896
In the first part of this series, we created a Django online shop with htmx. In this second part, we'll handle orders using Stripe. What We'll Do We'll integrate Stripe to handle payments securely. This is what we want to achieve: In t
2024-09-18391
This article was originally published on the Shipyard Blog. As you’re building out your Django and PostgreSQL app, you’re probably thinking about a few boxes you’d like it to check: Portable: can I distribute this between machines or team mem
2024-09-10445
Hey, I'm Juro, I'm one of the maintainers of django-components. In releases v0.90-0.94 we've added features that make using components in templates much more flexible, similar to JSX / Vue. (This info is already a bit dated (released a month ago; la
2024-09-26391
Getting your local setup to debug the code you're writing properly takes more time than any dev would like to admit. And let's not forget this is mostly a one-and-done setup, so if we don't write it down, we won't remember. This post is here to solve
2024-09-071092
Hello everyone, My name is Harith, and I am a beginner Back-End developer. I have a strong interest in web development using Python and the Django framework. I am looking to gain more practical experience by contributing to open-source projects. Wha
2024-09-12651
Hello, ? all this post is about a Django Rest Framework API that I just relase on Github. If you are looking for some simple and efficient API to manage food recipies from admin panel and return them to be used from a client this repository is for yo
2024-09-11346