Michael Interfacemikeinterface.hashnode.dev·Nov 4, 2024Optimizing DRF LimitOffsetPagination performance to avoid slow count queries.TLDR LimitOffsetPagination in Django can cause performance issues due to the expensive count query, especially with large datasets or search_fields. To improve performance, you can override the default pagination to skip the count query. The issue Li...Discuss·42 readsdjango rest framework
Abishek Reddycaptain0205.hashnode.dev·Oct 29, 2024User Registration with OTP verificationIn this article we’ll learn how to perform user registration with OTP verification. This is a beginner level article but you need to have basic knowledge about django and django rest framework. If you’re not aware those, you can refer following tutor...Discuss·85 readsDjango registration system
Saurav Sharmaselftaughtdev.hashnode.dev·Oct 13, 2024Case Study: Building a Real-Time Focus Timer with Django, Redis, and WebSocketsHey there! Today, we're diving into the inner workings of Tymr, a cloud-based focus timer that's got some interesting tech under the hood. You can check it out at https://tymr.online if you're curious. Let's break down how this app keeps you focused,...Discuss·2 likes·96 readsDjango
Saurav Sharmaselftaughtdev.hashnode.dev·Oct 13, 2024Comprehensive Django Deployment Guide for BeginnersTable of Contents Introduction Prerequisites Setting Up Your VPS Securing Your Server Installing Required Software Configuring Your Django Project Setting Up Nginx and Uvicorn Configuring SSL with Let's Encrypt Setting Up Supervisor Firewal...Discuss·670 reads#django deployment
Poovarasu Sekarpoovarasu.hashnode.dev·Oct 9, 2024Stay Updated with Python/FastAPI/Django: Weekly News Summary (30/09/2024-06/10/2024Intro: Check out this insightful summary of Python/FastAPI/Django Weekly News for September 30th to October 06th, 2024. Stay updated with the latest developments, releases, and community updates in the Nil ecosystem. Key Points: 🐍 Real Python highl...DiscussPython
Bhuvnesh Sharmadevilsautumn.hashnode.dev·Oct 7, 2024Making Django Unstoppable: My Plan to Boost Visibility and Drive GrowthThe Django Software Foundation (DSF) has been a driving force behind Django’s success—no question. With the contributions of its core team and maintainers, Django has become one of the most powerful, beloved web frameworks in existence. But let’s be ...Discuss·60 readsDjango
Wayne Musunguwaynemusungu.hashnode.dev·Oct 7, 2024Understanding Throttling in Django: A Friendly Guide to Our ApplicationIf you've ever used a website or an app that felt slow or unresponsive, you might have experienced the effects of too many users trying to access it at once. This is where throttling comes into play! Throttling is like a traffic cop for web applicati...DiscussWeb Development
Dalius Beckcreatedbydalius.hashnode.dev·Oct 5, 2024Simple Guide for Beginners on Extending Django User ModelsHey Devs, This is Dalius and I want to discuss something that could be a real dilemma in the Django documentation. which is the question, How on earth do i extend the Django user model?” Django does provide us with a User model of its own built in mo...DiscussDjango
Saurav Sharmaselftaughtdev.hashnode.dev·Oct 5, 2024Mastering Complex DataTables with Django: A Deep Dive into Server-Side ProcessingHey fellow Django enthusiasts! Today, I'm excited to share a recent challenge I tackled involving Django and DataTables. This one's a bit complex, so grab your favorite caffeinated beverage and let's dive in! but first, here is a screencast of how it...Discuss·237 readsDjango
Sundar Adhikarisundar365.com.np·Oct 3, 2024How To Set Up Secure Django with Postgres, Nginx, and Gunicorn on UbuntuIntroduction Django is a robust web framework designed to help you rapidly build Python applications or websites. While Django provides a simplified local development server, you’ll need a more secure and scalable server setup for production environm...Discuss·67 readsDjango