Django community: RSS
This page, updated regularly, aggregates Community blog posts from the Django community.
-
Start With This If You are a Python Beginner
Python is no doubt an amazing language. It was created by Guido Van Rossum in 1991. Python often refers to as a High-Level Programming Language, which leads us to our first question. What is a high-level programming language? To understand it we need... -
Django Tip | How To Make Default Admin Panel Suitable For Users?
Assumption: Basic knowledge of Django Have worked with the admin panel for CRUD before. Let's assume you have a blog site and you are using default admin for CRUD. Now, you have asked some of your friends to write blogs in your app and they agreed.... -
Django Tip | How To Make Default Admin Panel Suitable For Users?
Assumption: Basic knowledge of Django Have worked with the admin panel for CRUD before. Let's assume you have a blog site and you are using default admin for CRUD. Now, you have asked some of your friends to write blogs in your app and they agreed.... -
How To Use Django REST Framework Serializer.
What's Covered? In this article I covered: Validating data at the field or object level Customizing the serialization and deserialization output Passing additional data at save Passing context to serializers Renaming serializer output fields Att... -
Django REST Framework Serializer.
Content In this article I covered: Validating data at the field or object level Customizing the serialization and deserialization output Passing additional data at save Passing context to serializers Renaming serializer output fields Attaching s... -
Using Django DateField with Apollo GraphQl in Android
Hello, If you use Qraphql with Django (Graphene) and you have a model that contains DateField then when you have an android client that use Apollo to parse the graphql you will have a parse error with date field and you will not get the data that you... -
Using Django DateField with Apollo GraphQl in Android
Hello, If you use Qraphql with Django (Graphene) and you have a model that contains DateField then when you have an android client that use Apollo to parse the graphql you will have a parse error with date field and you will not get the data that you... -
Django Models Part I
When creating a web application you will come up with a need to have some sort of mechanism to store your data permanently either on a filesystem or a Database. For this article/tutorial we will have a look inside storing your data on a Database. Da... -
Auto complete foreignKey in Django
Hello, If you want to add autocomplete field or autocomplete search field in Django forms its pretty easy, there are a lot of existing packages that can help you with that, the one that we gonna use is: django-ajax-selects. Installation Activate your... -
Auto complete foreignKey in Django
Hello, If you want to add autocomplete field or autocomplete search field in Django forms its pretty easy, there are a lot of existing packages that can help you with that, the one that we gonna use is: django-ajax-selects. Installation Activate your... -
Django News - DjangoCon US CFP Last Call and what's new in Python 3.11 - Jul 23rd 2021
News DjangoCon US 2021 CFP Last Call! This year's DjangoCon US 2021 CFP closes on July 25th, 2021 AoE. papercall.io Articles What’s New In Python 3.11 An explanation of very cool features due in Python 3.11 including enhanced error locations in tracebacks, improved modules, and several optimizations. python.org Python 3 Installation & Setup Guide A step-by-step guide with plenty of screenshots for Windows, macOS, Linux, and Chromebook. wsvincent.com Django-Tailwind v2.2 is out Django-Tailwind is a very interesting package that combines Tailwind with Django. The latest version is now out. timonweb.com Tutorials Custom Permission Classes in Django REST Framework This article looks at how to build custom permission classes in Django REST Framework (DRF). testdriven.io Python Best Practices for a New Project in 2021 - Alex Mitelman A very detailed look at the modern Python development ecosystem. It can be helpful for someone coming to Python from another programming language or an existing developer wanting to stay current in 2021. mitelman.engineering pauloxnet – Maps with Django (part 2): GeoDjango, PostGIS and Leaflet A quickstart guide to create a web map with the Python-based web framework Django using its module GeoDjango, the PostgreSQL database with its spatial extension PostGIS and Leaflet, a … -
Django Tip | Run a block of code when the server starts.
You have an awesome django application with a lot of features and now you need a piece of code to execute once when the server starts. Hmm.. Let's see how Django let's you handle that use case. One common use case might be doing some kind of db sync... -
Django Tip | Run a block of code when the server starts.
You have an awesome django application with a lot of features and now you need a piece of code to execute once when the server starts. Hmm.. Let's see how Django let's you handle that use case. One common use case might be doing some kind of db sync... -
Starting Django project with MongoDB using Djongo.
Hi everyone, as an enthusiast developer, I wanted to learn about databases. There are lots of them on the internet but the one that caught my attention is MongoDB. Recently I heard about the unique database called MongoDB. It's a NoSQL document datab... -
What are RESTful API and how to use it?
What is an API? An API is a common terminology we've all come across in the internet world. But what is it and why is it used? In layman terms, An API(Application Programming Interface) acts as translator for two machines communicating over a web ... -
Docker & Flask - Nick Janetakis
Nick Janetakis's personal siteBuild a SAAS app with Flask courseDive into Docker courseExample Flask + Docker appExample Django + Docker appRunning in Production podcastdjango-unicorn OpenResty -
Delegate Outcomes, Not Methods
To make delegation most effective, tell people the results you want, but let them decide on how to achieve those results. -
Django-Tailwind v2.2 is out
Today I'm officially announcing the release of Django-Tailwind v2.2. It was soft-launched last week, and since I haven't got any complaints, I think I'm good to let you all know about the release. The current update adds improved support for the latest 2.2 version of the Tailwind CSS framework. … Read now -
Make Failure A (Safe) Option
Your gut instinct is probably to wait to delegate some work until you’re fully confident that the person can handle it. This is often a mistake. Instead of withholding a delegation opportunity from someone because they might fail, you should instead create a situation where failure will be safe. -
Deploy Django with Postgres, Nginx, and Gunicorn on Ubuntu 20.04
Introduction What is Django? Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so we can focus on writin... -
“Give Away Your Toys”
My foundational principle of delegation: “give away your toys”. Look to delegate the work you love, not the stuff you dislike or dread. -
Going Live
Full show notes are available at https://www.mattlayman.com/django-riffs/14. -
my workflow with django
my dev set up: os: ide : pycharm browser: googlechrome django: 3.2.. python: 3.9.. -
Episode 14 - Going Live
On this episode, we will look at what it takes to go live and how to prepare your Django project for the internet. Listen at djangoriffs.com or with the player below. Last Episode On the last episode, we discussed how you can verify that your site works and continues to work. We dug into automated testing and how to write tests for your Django apps. Pick A Python Application Server When you begin to learn Django, the documentation will instruct you to use . -
What's delegation?
Most managers know that delegation is part of their job, but the vast majority of management texts are incredibly non-specific about what delegation means. So today I’m beginning a series on delegation to try to fill this gap. I’ll cover the principles and theories that guide how I think about delegation, ending with a concrete example: how to delegate meeting attendance. To kick things off: what does delegation mean?