#django

[ follow ]
#python
Realpython
2 days ago
Python

Episode #225: Python Getting Faster and Leaner & Ideas for Django Projects - The Real Python Podcast

Python's recent performance improvements include a specialized adaptive interpreter and an experimental JIT compiler, paving the way for future speed enhancements. [ more ]
Pythonbytes
5 days ago
Python

What's on Django TV tonight?

Open Source maintainers should be compensated properly, with a recommended minimum of $2k/year/dev for company participation. [ more ]
blog.jetbrains.com
1 month ago
Python

Django Project Ideas | The PyCharm Blog

Django is an ideal framework for building web applications, providing robust tools for both beginners and advanced developers. [ more ]
The JetBrains Blog
1 month ago
Python

What's New in PyCharm 2024.2.2! | The PyCharm Blog

PyCharm 2024.2.2 enhances Django features, Python support, and introduces improvements in the Data View tool for better user experience. [ more ]
Realpython
1 month ago
Python

Episode #220: Configuring Git Pre-Commit Hooks & Estimating Software Projects - The Real Python Podcast

Git pre-commit hooks streamline code integrity checks by allowing developers to run custom scripts automatically on commits. [ more ]
Python
1 month ago
Python

Python in Visual Studio Code - September 2024 Release - Python

Django unit test support has been added to Visual Studio Code's Python extension for easier test management. [ more ]
Realpython
2 days ago
Python

Episode #225: Python Getting Faster and Leaner & Ideas for Django Projects - The Real Python Podcast

Python's recent performance improvements include a specialized adaptive interpreter and an experimental JIT compiler, paving the way for future speed enhancements. [ more ]
Pythonbytes
5 days ago
Python

What's on Django TV tonight?

Open Source maintainers should be compensated properly, with a recommended minimum of $2k/year/dev for company participation. [ more ]
blog.jetbrains.com
1 month ago
Python

Django Project Ideas | The PyCharm Blog

Django is an ideal framework for building web applications, providing robust tools for both beginners and advanced developers. [ more ]
The JetBrains Blog
1 month ago
Python

What's New in PyCharm 2024.2.2! | The PyCharm Blog

PyCharm 2024.2.2 enhances Django features, Python support, and introduces improvements in the Data View tool for better user experience. [ more ]
Realpython
1 month ago
Python

Episode #220: Configuring Git Pre-Commit Hooks & Estimating Software Projects - The Real Python Podcast

Git pre-commit hooks streamline code integrity checks by allowing developers to run custom scripts automatically on commits. [ more ]
Python
1 month ago
Python

Python in Visual Studio Code - September 2024 Release - Python

Django unit test support has been added to Visual Studio Code's Python extension for easier test management. [ more ]
morepython
#python-313
Treyhunner
1 week ago
Python

Django and the Python 3.13 REPL

Django's management shell does not yet support Python 3.13's new REPL directly.
A custom shell command can be implemented to utilize the new REPL and fallback on errors. [ more ]
Pycoders
2 weeks ago
Python

PyCoder's Weekly | Issue #650

Python 3.13 introduces enhanced threading capabilities and better support for async operations, improving application performance. [ more ]
Pycoders
3 weeks ago
Python

PyCoder's Weekly | Issue #649

Python 3.13 introduces exciting new features while facing potential release delays.
Pdb is a critical tool for effective Python debugging.
Django provides a wealth of project ideas for developers to enhance their skills. [ more ]
The JetBrains Blog
1 month ago
Python

PyCharm 2024.2.1: What's New! | The PyCharm Blog

PyCharm 2024.2.1 features support for Python 3.13, improved Data View tools, and enhanced Django code assistance. [ more ]
Treyhunner
1 week ago
Python

Django and the Python 3.13 REPL

Django's management shell does not yet support Python 3.13's new REPL directly.
A custom shell command can be implemented to utilize the new REPL and fallback on errors. [ more ]
Pycoders
2 weeks ago
Python

PyCoder's Weekly | Issue #650

Python 3.13 introduces enhanced threading capabilities and better support for async operations, improving application performance. [ more ]
Pycoders
3 weeks ago
Python

PyCoder's Weekly | Issue #649

Python 3.13 introduces exciting new features while facing potential release delays.
Pdb is a critical tool for effective Python debugging.
Django provides a wealth of project ideas for developers to enhance their skills. [ more ]
The JetBrains Blog
1 month ago
Python

PyCharm 2024.2.1: What's New! | The PyCharm Blog

PyCharm 2024.2.1 features support for Python 3.13, improved Data View tools, and enhanced Django code assistance. [ more ]
morepython-313
#web-development
The JetBrains Blog
2 weeks ago
Python

How I do Django APIs in PyCharm | The PyCharm Blog

PyCharm enhances the API developer experience for Django, FastAPI, and Flask by integrating features like endpoint listings and an HTTP client. [ more ]
Djangosnippets
1 month ago
Python

Python Django CRUD Example Tutorial

The article is a tutorial on CRUD operations in Django with MySQL and Bootstrap. [ more ]
Djangosnippets
1 month ago
JavaScript

Django Collapsed Stacked Inlines

The jQuery script improves usability of stacked inlines in Django admin. [ more ]
Djangocentral
8 months ago
Django

How to Use Subquery() in Django With Practical Examples

Django's subqueries enhance database interaction, enabling efficient and concise querying within web applications. [ more ]
Djangocentral
8 months ago
Django

How to Perform AND Queries in Django ORM

Django ORM simplifies complex AND queries through filter chaining, keyword arguments, and Q objects, making database interactions more Pythonic. [ more ]
Djangocentral
8 months ago
Django

The Ultimate Django Rest Framework Cheat Sheet: A Comprehensive GuideDjango Rest Framework CheetSheet: Mastering API Development

Django Rest Framework simplifies the creation of scalable and robust web APIs through essential tools like serializers, views, and permissions. [ more ]
The JetBrains Blog
2 weeks ago
Python

How I do Django APIs in PyCharm | The PyCharm Blog

PyCharm enhances the API developer experience for Django, FastAPI, and Flask by integrating features like endpoint listings and an HTTP client. [ more ]
Djangosnippets
1 month ago
Python

Python Django CRUD Example Tutorial

The article is a tutorial on CRUD operations in Django with MySQL and Bootstrap. [ more ]
Djangosnippets
1 month ago
JavaScript

Django Collapsed Stacked Inlines

The jQuery script improves usability of stacked inlines in Django admin. [ more ]
Djangocentral
8 months ago
Django

How to Use Subquery() in Django With Practical Examples

Django's subqueries enhance database interaction, enabling efficient and concise querying within web applications. [ more ]
Djangocentral
8 months ago
Django

How to Perform AND Queries in Django ORM

Django ORM simplifies complex AND queries through filter chaining, keyword arguments, and Q objects, making database interactions more Pythonic. [ more ]
Djangocentral
8 months ago
Django

The Ultimate Django Rest Framework Cheat Sheet: A Comprehensive GuideDjango Rest Framework CheetSheet: Mastering API Development

Django Rest Framework simplifies the creation of scalable and robust web APIs through essential tools like serializers, views, and permissions. [ more ]
moreweb-development
#deployment
Hackernoon
1 month ago
JavaScript

How To Deploy Django to Production | HackerNoon

To successfully deploy a Django application, it's important to configure settings and server correctly using tools like nginx and gunicorn. [ more ]
Python Test
6 months ago
Python

Python Test | 219: Building Django Apps & SaaS Pegasus - Cory Zue

Various decisions involved in starting a SaaS project with Django were discussed with experienced professional Cory Zue. [ more ]
Hackernoon
1 month ago
JavaScript

How To Deploy Django to Production | HackerNoon

To successfully deploy a Django application, it's important to configure settings and server correctly using tools like nginx and gunicorn. [ more ]
Python Test
6 months ago
Python

Python Test | 219: Building Django Apps & SaaS Pegasus - Cory Zue

Various decisions involved in starting a SaaS project with Django were discussed with experienced professional Cory Zue. [ more ]
moredeployment
#serialization
Djangosnippets
1 month ago
JavaScript

Serializer factory with Django Rest Framework

Dynamic creation of model serializers simplifies data import processes from spreadsheets.
Avoid using '__all__' in serializers to prevent exposing sensitive data. [ more ]
Djangosnippets
1 month ago
Angular

Image compression before saving the new model / work with JPG, PNG

Correctly reference model fields in Django to ensure proper functionality. [ more ]
Djangosnippets
1 month ago
JavaScript

Serializer factory with Django Rest Framework

Dynamic creation of model serializers simplifies data import processes from spreadsheets.
Avoid using '__all__' in serializers to prevent exposing sensitive data. [ more ]
Djangosnippets
1 month ago
Angular

Image compression before saving the new model / work with JPG, PNG

Correctly reference model fields in Django to ensure proper functionality. [ more ]
moreserialization
Djangosnippets
1 month ago
JavaScript

Add custom fields to the built-in Group model

Extend Django's Group model with a UUIDField using a OneToOneField for added functionality.
Automate Role record creation and deletion using Django signals for better data consistency. [ more ]
Djangosnippets
1 month ago
Python

Month / Year SelectDateWidget based on django SelectDateWidget

The MonthYearWidget effectively simplifies date input by focusing solely on months and years while minimizing code complexity. [ more ]
#pydantic
Pycoders
1 month ago
Python

PyCoder's Weekly | Issue #646

Kraken Technologies manages many deployments with effective tooling, focusing on error prioritization and code quality. [ more ]
Pycoders
6 months ago
Python

PyCoder's Weekly | Issue #625

Discover the power of Pydantic for data validation in Python. [ more ]
Pycoders
1 month ago
Python

PyCoder's Weekly | Issue #646

Kraken Technologies manages many deployments with effective tooling, focusing on error prioritization and code quality. [ more ]
Pycoders
6 months ago
Python

PyCoder's Weekly | Issue #625

Discover the power of Pydantic for data validation in Python. [ more ]
morepydantic
#testing
Djangocentral
8 months ago
Django

DRF Serializer: Handling OrderedDict and Converting It to a Dictionary or JSON

Django Rest Framework uses OrderedDict for serializer.data to preserve field order, which is crucial for API response consistency. [ more ]
B-list
10 months ago
Python

Easy HTTP status codes in Python

The most useful test for a web application is a test that verifies a response with an HTTP status code of 200 OK.
HTTP status codes can be confusing and it's important to understand their meanings and distinctions. [ more ]
Djangocentral
8 months ago
Django

DRF Serializer: Handling OrderedDict and Converting It to a Dictionary or JSON

Django Rest Framework uses OrderedDict for serializer.data to preserve field order, which is crucial for API response consistency. [ more ]
B-list
10 months ago
Python

Easy HTTP status codes in Python

The most useful test for a web application is a test that verifies a response with an HTTP status code of 200 OK.
HTTP status codes can be confusing and it's important to understand their meanings and distinctions. [ more ]
moretesting
Djangocentral
8 months ago
Django

How to Perform NOT Queries in Django ORM

The NOT operator enables exclusion of specific records in Django ORM queries. [ more ]
Djangocentral
8 months ago
Django

How to Use @action Decorator in Django Rest Framework

Django Rest Framework's @action decorator allows for the creation of custom API endpoints within ViewSets, enhancing functionality beyond basic CRUD operations. [ more ]
#database-optimization
Djangocentral
8 months ago
Django

Understanding the 'F' Expression in Django: When and Why to Use It

The 'F' expression in Django QuerySets enhances performance by allowing direct database operations without fetching data into Python. [ more ]
Testdriven
4 months ago
Python

Approximate Counting in Django and Postgres

Django's paginator relies on slow SELECT COUNT(*) query. Approaches include approximating row count and custom paginator for faster loading. [ more ]
Djangocentral
8 months ago
Django

Understanding the 'F' Expression in Django: When and Why to Use It

The 'F' expression in Django QuerySets enhances performance by allowing direct database operations without fetching data into Python. [ more ]
Testdriven
4 months ago
Python

Approximate Counting in Django and Postgres

Django's paginator relies on slow SELECT COUNT(*) query. Approaches include approximating row count and custom paginator for faster loading. [ more ]
moredatabase-optimization
#flask
Pycoders
2 months ago
Python

PyCoder's Weekly | Issue #641

Setuptools removed its deprecation after 7 years of allowing the ability to call Let Judoscale solve your scaling issues. [ more ]
Greenash
5 months ago
JavaScript

On FastAPI

FastAPI succeeds by building on Django and Flask strengths while feeling modern and opinionated. [ more ]
Pycoders
2 months ago
Python

PyCoder's Weekly | Issue #641

Setuptools removed its deprecation after 7 years of allowing the ability to call Let Judoscale solve your scaling issues. [ more ]
Greenash
5 months ago
JavaScript

On FastAPI

FastAPI succeeds by building on Django and Flask strengths while feeling modern and opinionated. [ more ]
moreflask
Realpython
2 months ago
Python

Episode #215: Fetching Graph Data in Django With Strawberry & Prototype Purgatory - The Real Python Podcast

Integrating GraphQL into Python web development with Strawberry in Django. [ more ]
Talkpython
4 months ago
JavaScript

Seeing code flows and generating tests with Kolo

Kolo is an extension for VS Code to analyze Django requests and overlaps during development. [ more ]
#django-viewcomponent
Testdriven
5 months ago
JavaScript

Building Reusable Components in Django

Using django-viewcomponent in Django helps create reusable server-side UI components for a cleaner and maintainable codebase. [ more ]
Testdriven
3 months ago
JavaScript

Reusable Components in Django with Stimulus and Tailwind CSS - Part 2

Using django-viewcomponent in Django allows for the creation of reusable server-side components efficiently. [ more ]
Testdriven
5 months ago
JavaScript

Building Reusable Components in Django

Using django-viewcomponent in Django helps create reusable server-side UI components for a cleaner and maintainable codebase. [ more ]
Testdriven
3 months ago
JavaScript

Reusable Components in Django with Stimulus and Tailwind CSS - Part 2

Using django-viewcomponent in Django allows for the creation of reusable server-side components efficiently. [ more ]
moredjango-viewcomponent
#integration
LogRocket Blog
6 months ago
JavaScript

Integrating Django templates with React for dynamic webpages - LogRocket Blog

Django and React can be integrated to create dynamic websites by leveraging Django's server-side capabilities and React's interactive user interface. [ more ]
Realpython
7 months ago
Python

Creating Asynchronous Tasks With Celery and Django - Real Python

Celery helps offload time-intensive tasks from your Django app to ensure a smoother user experience.
The video course covers effective use cases, differences between Celery beat and workers, integration with Redis, setting up asynchronous tasks, and refactoring Django code. [ more ]
LogRocket Blog
6 months ago
JavaScript

Integrating Django templates with React for dynamic webpages - LogRocket Blog

Django and React can be integrated to create dynamic websites by leveraging Django's server-side capabilities and React's interactive user interface. [ more ]
Realpython
7 months ago
Python

Creating Asynchronous Tasks With Celery and Django - Real Python

Celery helps offload time-intensive tasks from your Django app to ensure a smoother user experience.
The video course covers effective use cases, differences between Celery beat and workers, integration with Redis, setting up asynchronous tasks, and refactoring Django code. [ more ]
moreintegration
Alone Djangonaut
8 years ago
Django

Django admin template structure

Django admin template inheritance is essential for customizing the admin interface.
Understanding core HTML templates like base.html is key to modifying Django admin templates effectively. [ more ]
Alone Djangonaut
4 years ago
Django

Django, Axios and CSRF token

Building a hybrid web app involves using Vue.js for the front end and Django for the back end.
Making AJAX calls using axios in Vue components can help in preventing page refresh and Vue app re-initialization. [ more ]
Paolo Melchiorre
7 months ago
Python

Paolo Melchiorre - Pybites Podcast #155

Exploration of Django, open source, and PyCon conferences
Personal insights on developer journey and community collaboration [ more ]
Pycoders
7 months ago
Python

PyCoder's Weekly | Issue #620

Learn about setting up a CI/CD pipeline with Github Actions for Python projects
Understand how to integrate Celery and Django using Redis as a message broker [ more ]
Peterbe
8 months ago
Python

How to avoid a count query in Django if you can - Peterbe.com

Avoid using .count() on a potentially slow Django QuerySet query
Optimize pagination by minimizing unnecessary database queries [ more ]
Pycoders
8 months ago
Python

PyCoder's Weekly | Issue #616

Developing and maintaining a Python monorepo with Sentry
Interview with Lukasz Langa about Python formatters and more [ more ]
The JetBrains Blog
8 months ago
Python

The Release Candidate for PyCharm 2023.3.4 Is Out! | The PyCharm Blog

PyCharm 2023.3.4 Release Candidate is available
New features include an AI Assistant and improvements to Django and Jupyter Notebook [ more ]
Django Project
8 months ago
Python

Django accessibility in 2023 and beyond

The Django accessibility team has been working for three years and is looking for new members.
There have been significant improvements to Django core features, such as forms and the administrative interface, to enhance accessibility. [ more ]
Paolo Melchiorre
9 months ago
Python

Paolo Melchiorre - My Django roadmap ideas

New DSF board member Thibaud Colas has proposed a Django roadmap workshop.
The proposed ideas for improving Django include organizing active developer sprints, simplifying the English used in the documentation, and adding a quick start section. [ more ]
B-list
10 months ago
Python

Database views in Django

Databases support creating and working with views, which are like virtual tables.
Django's migration system can create views using the RunSQL operation. [ more ]
B-list
10 months ago
Python

Django's three types of model inheritance

Django supports model class inheritance
The best case for inheritance in Django models is abstract models [ more ]
B-list
10 months ago
Python

Use unittest's subtest helper

The Python unittest module is often criticized for not being "Pythonic", but it was designed to be consistent with the xUnit style and to be familiar to anyone who has used an xUnit-style testing framework.
Many people prefer the pytest testing framework over unittest, but if you're using Django, its default testing tools are built on top of unittest. [ more ]
Realpython
11 months ago
Web development

How to Render Markdown in a Django Application - Real Python

Django's admin interface doesn't provide a way to format text-based content, but Markdown can be used as a solution.
Markdown is a plain text formatting language that converts to HTML and is popular for both technical and non-technical content creators.
Using Markdown with Django admin provides a simpler alternative to a full-blown CMS and offers benefits like increased security and multi-format publishing. [ more ]
Testdriven
3 months ago
JavaScript

Reusable Components in Django with Stimulus and Tailwind CSS - Part 1

Building UI components in full-stack Django apps aids code reusability and maintainability. [ more ]
[ Load more ]