awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesCustomized App Migrations

Merge upstream model changes into a forked app by copying or adapting migrations, handling schema and data migration dependencies.

Distinct from Schema Migrations: Distinct from Schema Migrations: focuses on merging upstream changes into forked apps, not general schema evolution.

Explore 2 awesome GitHub repositories matching data & databases · Customized App Migrations. Refine with filters or upvote what's useful.

Awesome Customized App Migrations GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • django-oscar/django-oscardjango-oscar का अवतार

    django-oscar/django-oscar

    6,611GitHub पर देखें↗

    Django Oscar is a domain-driven e-commerce framework built on Django for constructing custom online stores. It provides a purpose-built admin dashboard for managing e-commerce operations including products, orders, customers, and promotions, replacing the default Django admin interface. The framework includes a flexible promotions engine for creating multi-buy, bundle, and percentage discounts with custom conditions and benefits, along with a configurable order status and transition system that supports split payments, multi-batch shipping, and deferred payment capture. The framework is desig

    Merges upstream model changes into forked apps by copying or adapting migrations with dependency handling.

    Python
    GitHub पर देखें↗6,611
  • tortoise/tortoise-ormtortoise का अवतार

    tortoise/tortoise-orm

    5,582GitHub पर देखें↗

    Tortoise ORM is an asynchronous object-relational mapper for Python that mirrors Django's model and queryset API while running on asyncio. It defines database tables as Python classes with typed fields and supports foreign key, many-to-many, and one-to-one relations, providing a chainable query API for filtering, annotating, grouping, and prefetching related objects without blocking the event loop. The ORM includes a built-in migration engine that detects model changes, generates migration files, and applies or reverts schema changes through a command-line tool. It connects to PostgreSQL, MyS

    Generates the initial migration package structure for each configured app.

    Pythonasyncasynciomysql
    GitHub पर देखें↗5,582
  1. Home
  2. Data & Databases
  3. Structural Data Validators
  4. Data Structure Migration
  5. Schema Migrations
  6. Customized App Migrations

सब-टैग एक्सप्लोर करें

  • Migration Package ScaffoldersGenerates the initial migration package structure for each configured app. **Distinct from Customized App Migrations:** Distinct from Customized App Migrations: focuses on initial scaffolding of migration packages, not merging upstream changes into forked apps.