Django community: RSS
This page, updated regularly, aggregates Community blog posts from the Django community.
-
Jason Learns Django - 08
And just like that, this little journey ends. Read more… (1 min remaining to read) -
Django News - PyPI PM and DjangoCon Europe Early Bird Tickets - Apr 30th 2021
News PSF News: The PSF is hiring a Python Packaging Project Manager! Thanks to a two-year grant commitment from Bloomberg, The Python Software Foundation (PSF) is hiring a full-time project and community manager for the Python Packaging ecosystem, with a specific focus on the Python Package Index (PyPI). blogspot.com Events DjangoCon Europe 2021 Early Bird Tickets End Today! Last call on DjangoCon Europe Early Bird Tickets. Sales end on April 30th. beamian.com Django London May Meetup You can submit to talk at this or a future event with this form: https://forms.gle/cXMDC43Ja5HSBvPy8 meetup.com Sponsored Link Migrating from Django 1.7 to 3.1 is no small task. Learn how to successfully leapfrog a massive Django/Python upgrade. sixfeetup.com Articles Fluent in Django: 8 Django Template Tags You Should Know Django comes with a number of built-in template tags and this article covers 8 less common but still very useful ones to know. girlthatlovestocode.com How to convert a TestCase from setUp() to setUpTestData() Django Technical Board member Adam Johnson shows how to convert your tests to speed up performance. adamj.eu PyDev of the Week: Haki Benita This week we welcome Haki Benita (@be_haki) as our PyDev of the Week! pythonlibrary.org Extending Django Wizards Demonstrates how … -
Switching databases in Django in production
There are times when you're done with the development stage in your Django web application, and you've got some sort of data in your db.sqlite3 database which you'd like to copy as-is to your new DB. Also it happens that you might want to switch data... -
Jason Learns Django - 07
Today was a little easier. Read more… (1 min remaining to read) -
Running Vault and Consul on Kubernetes
In the following tutorial we’ll walk you through how to use Minikube to run Kubernetes locally and then we'll run Hashicorp's Vault and Consul on K8s. -
Django Models in Action
Hey there, how are you doing today? Today we will look into Django models in action after we have discussed different fields of models we can use in the last article Django Models. In this article, we will Create a Database table with Django Field ... -
Python Software Foundation - Ewa Jodlowska
Python Software FoundationLife as a Python Foundation Director@ewa_jodlowska on TwitterPSF Annual ReportPSF Membership LevelsSupport the ShowThis podcast does not have any ads or sponsors. To support the show, please consider visiting LearnDjango.com, Button, or Django News. -
Jason Learns Django - 06
Hard day again. I just cannot seem to focus and learn. It takes slogging and rewatching and retyping and oh, I missed a colon there. Do it again. And again. And again. And that is the only way, I seem to make any progress. Well, the learning at speed does not quite seem to be in my hands (or my brain 😂) What is in my control, and the best I can do, is to show up every day. Read more… (1 min remaining to read) -
Linting in Webpack
You will learn how to use Eslint and Stylelint to lint code with Webpack -
Linting in Webpack
You will learn how to use Eslint and Stylelint to lint code with Webpack -
Fluent in Django: 10+ Django template filters you should know
Prerequisites You will need the basic knowledge of Django. If you don't feel comfortable with Django yet, try this beginner-friendly tutorial. Django template filters Whiletags lives between curly braces a percent ({% tag %}), variables live between ... -
How much Python you need to know to get started with Flask & Django.
Django & Flask have made a boom in the web development industry because of their rapid development process. The reason for rapid development you ask ? Of course it's Python! Both Django & Flask are Python Web Frameworks which helps in rapid developme... -
Canonical SEO Failure
This post is less about teaching and more about schadenfreude amusement for you, and catharsis for me. It’s the story of how one unfortunate HTML tag kicked me off almost all search engines and my months-long way back. And why it didn’t matter in the end. -
Jason Learns Django - 05
Life got in the way again. Remembered yesterday. So I took it easy. Gave myself 4 hours and the grace to quit if I wasn’t done. And somehow, by the skin of my teeth, I got done with the pending module. Read more… (1 min remaining to read) -
Deploying Django to Heroku
In the previous Django - Getting Started post, we set up a new Django app, basically creating a fullstack Python Hello World. In this post, we will deploy this very basic app to Heroku (a free hosting platform which can run a Django server along with... -
Django: The Request-Response Cycle
Have you ever wondered, things under the hood seems to be more fascinating than the one showcased in front of us. It's kind of a Butterfly Effect taking place. So let's pull the shades off and unveil the true story of what's happening behind the scen... -
Django: The Request-Response Cycle
Have you ever wondered, things under the hood seems to be more fascinating than the one showcased in front of us. It's kind of a Butterfly Effect taking place. So let's pull the shades off and unveil the true story of what's happening behind the scen... -
Jason Learns Django - 04
I thought last friday was hard. Boy, was I wrong. Read more… (1 min remaining to read) -
How to create an ecommerce website using django
This post will be a series of posts that will enable us to build a fully functioning ecommerce website named ESHOP using django. For you to effectively understand this, you will need to at least have a basic understanding of python and object oriente... -
Creating a follow and unfollow system in Django | python
Social Media giants like Instagram, Twitter, Facebook, and Github have one thing in common, that is it follow/unfollow feature. which allows the user to follow each other. Here, in this post, we have tried to mimic this feature. *Basic knowledge of D... -
Creating a follow and unfollow system in Django | python
Social Media giants like Instagram, Twitter, Facebook, and Github have one thing in common, that is it follow/unfollow feature. which allows the user to follow each other. Here, in this post, we have tried to mimic this feature. *Basic knowledge of D... -
Jason Learns Django - 03
Today was a slog. Life got in the way, so lost some scheduled time. So decided to work some more in the evening. Read more… (1 min remaining to read) -
Building an Ecommerce(Named eshop) Website using django
This post will be a series of posts that will enable us to build a fully functioning ecommerce website using django. For you to effectively understand this, you will need to at least have a basic understanding of python and object oriented programmin... -
Building an Ecommerce Website using django
This post will be a series of posts that will enable us to build a fully functioning ecommerce website named ESHOP using django. For you to effectively understand this, you will need to at least have a basic understanding of python and object oriente... -
Django Ecommerce - Setting Up The Project
This post will be a series of posts that will enable us to build a fully functioning ecommerce website named ESHOP using django. For you to effectively understand this, you will need to at least have a basic understanding of python and object oriente...