django-orm
There are 231 repositories under django-orm topic.
haiiiiiyun/awesome-django-cn
Django 优秀资源大全。
celery/django-celery-beat
Celery Periodic Tasks backed by the Django ORM
jazzband/django-polymorphic
Improved Django model inheritance with automatic downcasting
wemake-services/django-test-migrations
Test django schema and data migrations, including migrations' order and best practices.
jordaneremieff/djantic
Pydantic model support for Django
aykut/django-bulk-update
Bulk update using one query over Django ORM
dizballanze/django-eraserhead
💂🏻 Django package that provides hints to optimize database usage by deferring unused fields (and more)
st3v3nmw/awesome-django-performance
A curated list of libraries, tools, blog articles, and books to help profile and optimize your Django project
django-polymorphic/django-polymorphic-tree
Polymorphic MPTT tree support for models
rednaks/django-async-orm
Bringing Async Capabilities to django ORM
auvipy/django-sqlalchemy
Django ORM built on top of SQLalchemy core 2.0 for seamless integration of SQLAlchemy with Django 4.2+ PostgreSQL 14+ only for now. [pre POC now]
AlexHill/django-relativity
More expressive relationships for the Django ORM.
onyb/reobject
Python without ifs and buts - an ORM layer for Python objects, inspired by Django
jdelic/django-dbconn-retry
Patches Django to reconnect on a failed database connection once before failing. Helping with running Django ORM through HAProxy, for example.
paul-wolf/djaq
Django queries
pirate/django-concurrency-talk
🎭 Database Integrity in Django: Safely Handling Critical Data in Distributed Systems
mathandpencil/django-bulk-sync
Combine bulk add, update, and delete into a single call.
baseplate-admin/django-ltree-2
Postgres LTree support for django
omarreda22/Django-eCommerce-Store
An actual real-world ecommerce project built with (Python/Django/JavaScript)
pycasbin/django-orm-adapter
Django ORM Adapter for PyCasbin
reljicd/django-blog
Simple blog web app made using Django
tuffnatty/xsd_to_django_model
Generate Django models from an XSD schema description (and a bunch of hints)
python019/django-orm-base
Django ORM project
saurav-codes/django-video-streaming-app
This is a django app built for video streaming. There will work the same way like youTube.
TralahM/django-firebase-orm
Django ORM for the NoSQL object model database, firebase
GamePad64/python-telegram-bot-django-persistence
Package to use Django ORM as persistence engine in Python Telegram Bot
xnuinside/py-models-parser
Parser for Different Python Models (pure Python classes, Pydantic, Enums, ORMs: DjangoORM, Tortoise, SqlAlchemy, GinoORM, PonyORM, Pydal) to extract information about columns(attrs), model, table args,etc in one format.
bhavik1st/ezybaas
Easiest SQL Backend As A Service! DB 2 API in minutes.
code-barg/daily-django-tips-fa
🔥 به جادوی توسعه وب بپیوندید! هر روز برای توسعه وب با جنگو، بینش ها، ترفندها و راه حل های ارزشمند را دریافت کنید. 🚀
pyflow/postmodel
ORM library for Python 3.6+, asyncio. Provides Django ORM like API.
xshapira/dantico
Tools to convert Django ORM models to Pydantic models.
neil-vqa/reactant
Generate code for "models, views, and urls" based on Python type annotations. Supports Django REST, SQLAlchemy, Peewee.
danielgatis/django-smart-save
Adds the method save_if_valid to Model, which calls both full_clean and save.
barseghyanartur/fake.py
Minimalistic, standalone alternative fake data generator with no dependencies
mmoallemi99/serverless-micro-django
Lightweight yet powerful python utility for lambda functions, Use Django ORM in your Python lambda functions
alpden550/encrypt-decrypt-fields
Encrypt and decrypt fields for Django and SQLAlcemy.