#django

[ follow ]
fromRealpython
1 week ago

Episode #250: DjangoCon Europe 2025: Live Recording From Dublin - The Real Python Podcast

This week, the Real Python Podcast is experiencing several firsts, including our first live recording in front of an audience in Dublin, Ireland.
Podcast
#software-development
Agile
fromInfoQ
3 months ago

Navigators: Decentralizing Decisions and Empowering ICs at Carta

The decision between using Django and SQLAlchemy for a new service reflects deeper principles and team dynamics beyond just technology.
Agile
fromInfoQ
3 months ago

Navigators: Decentralizing Decisions and Empowering ICs at Carta

The decision between using Django and SQLAlchemy for a new service reflects deeper principles and team dynamics beyond just technology.
#database
#open-source
Django
fromTalkpython
1 month ago

Django Ledger: Accounting with Python

Django Ledger offers customizable accounting solutions for businesses using an open-source framework.
Django
fromTalkpython
1 month ago

Django Ledger: Accounting with Python

Django Ledger offers customizable accounting solutions for businesses using an open-source framework.
#python
Python
fromThe JetBrains Blog
3 months ago

Which Is the Best Python Web Framework: Django, Flask, or FastAPI? | The PyCharm Blog

Django, Flask, and FastAPI are the top frameworks for Python web development, each with distinct characteristics suitable for various project requirements.
Python
fromThe JetBrains Blog
3 months ago

Which Is the Best Python Web Framework: Django, Flask, or FastAPI? | The PyCharm Blog

Django, Flask, and FastAPI are the top frameworks for Python web development, each with distinct characteristics suitable for various project requirements.
#backend-development
Django
fromTestdriven
2 months ago

Django Query Optimization - Defer, Only, and Exclude

Optimizing Django queries improves app performance by reducing data fetched.
fromHackernoon
2 months ago

The HackerNoon Newsletter: Python: A Deeper Look Into How Django Transactions Work (3/3/2025) | HackerNoon

The article explores various innovations in tech, discussing the significance of transparency and reliability in new systems, similar to Bitcoin's impact.
Women in technology
fromInformatikamihelac
3 months ago

Django-treebeard: Converting an Existing Model to MP_Node

Django-treebeard efficiently manages tree structures in Django, particularly recommended for Wagtail CMS and django-CMS, focusing on converting existing models to MP_Node.
Django
fromfaun.pub
3 months ago
Django

Docker Theory+Hands-on with Python

Create a Django project and app, configure basic view and URL routing to display 'Hello, World!'
fromPythonbytes
5 months ago

Because we are not monsters

One of the biggest mysteries in Django is why I have to run django-admin from my terminal instead of just running django. Confusingly, django-admin has nothing to do with Django's admin app.
Python
fromDjangosnippets
8 months ago

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

In developing Django applications, ensure to update your model references correctly, such as replacing 'self.image' with 'self.cover' where appropriate to maintain functionality.
[ Load more ]