django-planet

Blog: The PyCharm Blog

web https://blog.jetbrains.com
Author Denis Mashutin Evgenia Verbina Maha Taqi Mukul Mantosh Paul Everitt Valeria Letusheva

How I do Django APIs in PyCharm

Oct. 10, 2024 » The PyCharm Blog » [Archived Version]

I learn so much from watching conference talks, especially live, when I’m vibing with the crowd. But sometimes I watch and think: “Wow, I wish I could show you how awesome that would be in PyCharm.” That just happened. Here’s the explainer, with a little special something at the end. Hello, DjangoConf I recently attended […]

Read More

Django Project Ideas

Sept. 26, 2024 » The PyCharm Blog » [Archived Version]

Ready to get started on your Django project? Whether you want to build a personal project, improve your portfolio, or just experiment with a new technology, Django provides the perfect foundation. We’ve compiled a list of Django project ideas that will help you expand your competence, whether you’re new to the framework or looking to […]

Read More

The State of Django 2024

June 3, 2024 » The PyCharm Blog » [Archived Version]

Are you curious to discover the latest trends in Django development? In collaboration with the Django Foundation, PyCharm surveyed more than 4,000 Django developers from around the globe and analyzed the trends in framework usage based on their answers. In this blog post, we share the following key findings with you: Dive in to learn […]

Read More

Django Learning Resources

April 11, 2024 » The PyCharm Blog » [Archived Version]

Are you new to Django development? Are you already familiar with it and want to expand your knowledge? PyCharm has Django learning resources for everyone.  In this article, you’ll find a compilation of all the Django-related resources created by the experts at PyCharm to help you navigate through them all. From creating a new Django […]

Read More

Deploying Django Apps in Kubernetes

March 5, 2024 » The PyCharm Blog » [Archived Version]

As an open-source container orchestration platform that automates deployment, scaling, and load balancing, Kubernetes offers unparalleled resilience and flexibility in the management of your Django applications. Whether you’re launching a small-scale project or managing a complex application, Kubernetes provides a robust environment to enhance your Django application, ensuring it’s ready to meet the demands of […]

Read More

PyCharm 2023.3.4: AI Assistant’s Efficiency Boosters and a more powerful Django Structure tool window

Feb. 26, 2024 » The PyCharm Blog » [Archived Version]

This year, we are trying out a new approach with our releases, moving away from a quarterly schedule to more regular monthly feature-rich releases. This change is intended to deliver new features more rapidly and streamline the feedback process. Upgrade to PyCharm 2023.3.4 New AI Assistant functionality [PyCharm Professional] Get work done faster with new […]

Read More

How to Connect Django With MongoDB

Jan. 9, 2024 » The PyCharm Blog » [Archived Version]

One of the most popular web frameworks, Django, has adopted the “batteries included” philosophy. This means that you can build a production-ready application using only the vanilla Django with no extensions or other frameworks. Even the database SQLite is available out of the box. SQLite is great for learning and developing small applications, but has […]

Read More

Django vs FastAPI: Which is the Best Python Web Framework?

Dec. 22, 2023 » The PyCharm Blog » [Archived Version]

Introduction If you’re new to web development and have only recently heard of “Frameworks” as a method of speeding up your application development, then you’re in the right place. Today, we’ll explore the two most popular web frameworks in the Python ecosystem currently, namely Django and FastAPI. In this blog post, we’ll help you understand […]

Read More

PyCharm 2023.3: Feature Spotlight for Django Developers

Dec. 11, 2023 » The PyCharm Blog » [Archived Version]

PyCharm 2023.3 introduces a plethora of features for Django development: Django Structure tool window, Live preview for Django templates, enhancements in code assistance for the Django REST framework, and more! This release is poised to enhance the productivity of developers working with Django. Let’s delve into these functionalities. Try PyCharm for Django Django Structure Tool […]

Read More

What is the Django Web Framework?

Nov. 27, 2023 » The PyCharm Blog » [Archived Version]

In this blog post, we’ll introduce you to web frameworks and explore what they are and why they’re vital if you want to develop apps rapidly without compromising on security. More importantly, we’ll explain exactly what the Django web framework is – an open-source web framework for building web applications using Python. Whether you’re a […]

Read More