#django

[ follow ]
#open-source
fromTalkpython
2 weeks ago
Django

Django Ledger: Accounting with Python

Django Ledger offers customizable accounting solutions for businesses using an open-source framework.
fromInfoWorld
2 months ago
Web frameworks

Cot framework aims to ease Rust web development

Cot is an emerging Rust web framework aimed at simplifying development with a Django-like approach.
fromPythonbytes
6 months 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.
fromInformatikamihelac
5 months ago
Web design

Django-simpleadmindoc updated

Django-simpleadmindoc now simplifies documentation creation for Django sites through enhanced usability features.
Django
fromTalkpython
2 weeks ago

Django Ledger: Accounting with Python

Django Ledger offers customizable accounting solutions for businesses using an open-source framework.
fromInfoWorld
2 months ago
Web frameworks

Cot framework aims to ease Rust web development

Cot is an emerging Rust web framework aimed at simplifying development with a Django-like approach.
fromPythonbytes
6 months 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.
fromInformatikamihelac
5 months ago
Web design

Django-simpleadmindoc updated

Django-simpleadmindoc now simplifies documentation creation for Django sites through enhanced usability features.
more#open-source
#python
fromPycoders
2 months ago
Django

PyCoder's Weekly | Issue #669

Python's .join() method efficiently combines strings, while Django is evolving to integrate MongoDB as a backend.
fromInfoWorld
2 months ago
JavaScript

Dynamic web apps with HTMX, Python, and Django

HTMX simplifies interactive web development in Django and other frameworks by minimizing the reliance on JavaScript.
fromInfoWorld
1 month ago
Django

Django 5.2 release touts automatic model importing

Django 5.2 introduces automatic model importing and ends support for previous 5.x versions.
It enhances composite primary key support and makes customizing fields easier.
fromThe JetBrains Blog
7 months 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.
fromPycoders
5 months ago
Python

PyCoder's Weekly | Issue #658

Django performance tuning is crucial for web project efficiency.
Python's pathlib facilitates easy file path management.
Poetry streamlines dependency management for Python projects.
ZenRows simplifies web scraping with comprehensive tools.
fromObeythetestinggoat
8 months ago
DevOps

Obey the Testing Goat!

Upgrading to Django 5.x and Python 3.12 in the third edition. Introducing Docker + Ansible for modern deployments. Embracing newer JavaScript practices.
fromPycoders
2 months ago
Django

PyCoder's Weekly | Issue #669

Python's .join() method efficiently combines strings, while Django is evolving to integrate MongoDB as a backend.
fromInfoWorld
2 months ago
JavaScript

Dynamic web apps with HTMX, Python, and Django

HTMX simplifies interactive web development in Django and other frameworks by minimizing the reliance on JavaScript.
fromInfoWorld
1 month ago
Django

Django 5.2 release touts automatic model importing

Django 5.2 introduces automatic model importing and ends support for previous 5.x versions.
It enhances composite primary key support and makes customizing fields easier.
fromThe JetBrains Blog
7 months 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.
fromPycoders
5 months ago
Python

PyCoder's Weekly | Issue #658

Django performance tuning is crucial for web project efficiency.
Python's pathlib facilitates easy file path management.
Poetry streamlines dependency management for Python projects.
ZenRows simplifies web scraping with comprehensive tools.
fromObeythetestinggoat
8 months ago
DevOps

Obey the Testing Goat!

Upgrading to Django 5.x and Python 3.12 in the third edition. Introducing Docker + Ansible for modern deployments. Embracing newer JavaScript practices.
more#python
fromInformatikamihelac
2 months ago
Django

Django-treebeard: Converting an Existing Model to MP_Node

Django-treebeard streamlines tree model management, especially for CMS projects, by enabling efficient conversion to MP_Node models.
fromPythonbytes
4 months ago
Python

Because we are not monsters

Django CLI improvements enhance developer efficiency, enabling commands like 'django' instead of 'django-admin'.
Django-Unicorn allows for modern interactivity without needing JavaScript or APIs.
Testing string characteristics and learning about Python's features can streamline the coding process.
#python-313
Python
fromPycoders
7 months ago

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.
fromPycoders
6 months ago
Python

PyCoder's Weekly | Issue #650

Python 3.13 introduces enhanced threading capabilities and better support for async operations, improving application performance.
fromThe JetBrains Blog
8 months 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.
fromTreyhunner
6 months 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.
Python
fromPycoders
7 months ago

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.
fromPycoders
6 months ago
Python

PyCoder's Weekly | Issue #650

Python 3.13 introduces enhanced threading capabilities and better support for async operations, improving application performance.
fromThe JetBrains Blog
8 months 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.
fromTreyhunner
6 months 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#python-313
#web-development
fromThe JetBrains Blog
6 months 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.
fromDjangocentral
1 year 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.
fromDjangocentral
1 year ago
Django

Django ORM Cheatsheet: Mastering Database Operations in Django

Django's ORM simplifies and abstracts database operations, making it accessible for both beginners and experienced developers.
fromThe JetBrains Blog
6 months 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.
fromDjangocentral
1 year 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.
fromDjangocentral
1 year ago
Django

Django ORM Cheatsheet: Mastering Database Operations in Django

Django's ORM simplifies and abstracts database operations, making it accessible for both beginners and experienced developers.
more#web-development
fromDjangosnippets
7 months ago
Angular

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

Correctly reference model fields in Django to ensure proper functionality.
fromRealpython
9 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.
[ Load more ]