django-planet

What's new in Django community blogs?

Django Tailwind v2.0 is out. It brings the "JIT" mode and hot reloading.

March 12, 2023 » timonweb.com » [Archived Version]

I'm pleased to announce the release of the Django Tailwind v2.0. Django Tailwind is an integration package for Tailwind CSS and Django. Its goal is to make your life easier without having to think much about the frontend tooling configuration. With the help of the package, you generate … Read now

Read More

Django-Tailwind v2.2 is out

March 12, 2023 » timonweb.com » [Archived Version]

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

Read More

How to run a local Django development server over HTTPS with a trusted self-signed SSL certificate

March 12, 2023 » timonweb.com » [Archived Version]

Generating a self-signed SSL certificate for local Django development has always been a hassle for me. Until the day I discovered mkcert, a zero-config tool that creates locally trusted development certificates, your browser will not complain about. In this tutorial, I'll share my process, and you'll learn how to … Read now

Read More

Django-Tailwind with support for the latest Tailwind CSS v3 is out

March 12, 2023 » timonweb.com » [Archived Version]

Yesterday, as I was about to go to bed, I found out that Tailwind CSS 3.0 with lots of cool improvements had been released. Knowing that a lot of Django people adore Tailwind CSS so much, I decided I couldn't sleep until I upgraded Django-Tailwind to support the latest version … Read now

Read More

You can now use 'pip' to install Tailwind CSS. Node.js is no longer required!

March 12, 2023 » timonweb.com » [Archived Version]

I recently released pytailwindcss, a Python package that lets you install the Tailwind CSS executable via pip with just one command: pip install pytailwindcss After the installation is complete, use the terminal to run the tailwindcss command: tailwindcss Behind the scenes, it runs a standalone Tailwind CSS build that … Read now

Read More

Django Dev Made Easy: How to Run Multiple Processes Simultaneously

March 12, 2023 » timonweb.com » [Archived Version]

As a Django developer, I have to run multiple processes while developing, such as the Django server, a JavaScript compiler, and Celery. Launching these processes separately can be time-consuming and tedious. Just try opening three terminal windows, and you'll understand what I mean. Finally, I found a solution … Read now

Read More

Learn Django or Ruby on Rails?

March 11, 2023 » Django on Matt Layman » [Archived Version]

I got a question from a patron on Patreon. The question is a common one, so I thought I’d share it along with my response. Was there a reason why you picked the Django for your web development? Did you consider RoR? Does it matter which stack I use at the end of the day? My primary reason for getting into Django was twofold. First, I’ve been working with Python for a long time and have a lot of comfort with the language.

Read More

Django News - Django Developers Survey 2022 Results - Mar 10th 2023

March 10, 2023 » Django News » [Archived Version]

News Django Developers Survey 2022 Results The results of the 2022 Django Developers Survey are now live. Almost 5,000 Django users from 248 countries took the survey. djangoproject.com Python Insider: Python 3.12.0 alpha 6 released Python 3.12.0a6 is the sixth of seven planned alpha releases. Alpha releases are intended to make testing the current state of new features and bug fixes easier. Today is a good time to start testing your code …

Read More

Django Developers Survey 2022 Results

March 9, 2023 » The Django weblog » [Archived Version]

We are excited to share the results of the annual Django Developers Survey which was conducted this year in collaboration with JetBrains. Almost 5,000 Django users from 248 countries took the survey which covered a broad list of topics including Django usage, operating systems, libraries, tools, and many other insights. View the results of the 2022 Django Developers Survey. If you have feedback on the findings and how to improve the survey in future years please share on the official Django For…

Read More

Django News - DjangoCon US 2023 CFP is open - Mar 3rd 2023

March 3, 2023 » Django News » [Archived Version]

News DjangoCon US 2023 Call for Proposals (CFP) is open! Submit your proposal by May 15, 2023 and encourage your friends and colleagues to do the same. djangocon.us Sponsored Link Register for Python Web Conf Today! Join Djangonauts from around the world for the 5th annual Python Web Conference (March 13-17). Tickets include 5 days, 65+ live talks, expert-led tutorials, social events, an exclusive pass to all conference recordin…

Read More