Skip to main content

A django app, that ofers abstracted logic for Django.

Project description

🛡️ Django Abstract

An Enterprise-Grade Architectural Layer for Django

Clean Architecture | Dependency Injection | CQRS Principles | Domain-Driven Design


📖 Overview

Django Abstract is a highly advanced framework built on top of Django that strictly enforces Clean Architecture and Domain-Driven Design (DDD). It solves the infamous "Fat Model / Fat View" anti-pattern by completely decoupling:

  1. Data Access (Selectors / Creators)
  2. Business Logic (Services)
  3. Flow Control & Permissions (Operators / Systems)

This framework provides a unified, predictable way to scale complex Django applications, manage high-throughput operations via Redis queues, and dynamically inject dependencies.

🚀 Key Features

🧩 Global Registry & Dependency Injection

  • Dynamically registers all architectural components using decorators (@creator_selector, @register_service, @register_operator).
  • Injects BaseDependency instances at runtime to prevent circular imports and allow test mocking.
  • Magic attribute resolution (__getattr__) allows developers to resolve dependencies seamlessly (dependency.select_user).

🏛️ Strict Architectural Separation

  • BaseModel: Adds soft-delete, active toggles, and rich audit trails natively.
  • BaseSelector / BaseCreator: Isolates raw Django ORM calls from business logic.
  • BaseService: Pure business logic that operates exclusively on an abstract ServiceEntryData state.
  • BaseSystem: Orchestrates workflows and manages global database transactions (transaction.atomic()).

⚡ High-Throughput Background Logging

  • Includes a robust log/ app that tracks SystemErrorLog, SessionMetrics, and AdminActionLog.
  • Uses a Redis-backed queueing system within ModelServices to buffer high-frequency inserts and bulk-flush (bulk_create) them to PostgreSQL, completely preventing database locking during traffic spikes.

🔌 Seamless View Binding

  • Replaces traditional Django Views with EntryBindingMixin.
  • Automatically extracts session_key, ip_address, and POST/GET payloads, hydrates a master Entry object, and passes it directly to the orchestration Systems.

📁 Repository Structure

src/django_abstract/
├── base/        # Core architectural base classes
├── generic/     # Generic, reusable creation/selection patterns
├── log/         # High-performance asynchronous auditing system
├── registry.py  # Global Dependency Injection container
└── utilities.py # Context extraction, View Mixins, State Objects

📚 Documentation

Comprehensive documentation for every module can be found in the docs/ folder:

🧪 Testing

The repository is fully testable. Due to strict dependency injection, any Selector or Creator can be swapped out with a mock class during tests. Test stubs for all modules are located in the tests/ directory.

👨‍💻 Author

Designed and implemented as an enterprise architectural study to showcase advanced systems design, Python metaprogramming, and scalable Django architecture.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_abstract-0.1.1.tar.gz (49.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_abstract-0.1.1-py3-none-any.whl (55.5 kB view details)

Uploaded Python 3

File details

Details for the file django_abstract-0.1.1.tar.gz.

File metadata

  • Download URL: django_abstract-0.1.1.tar.gz
  • Upload date:
  • Size: 49.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.0

File hashes

Hashes for django_abstract-0.1.1.tar.gz
Algorithm Hash digest
SHA256 677e210243a5d79fecf4f3295cf06d41b6fefa05141155006f76f67fbdfebbbe
MD5 e73e0d882a784e8d4bb4812b3d8fdc1e
BLAKE2b-256 cc35485cb13a70a109927054dc149526357c847f1cd764d5e58e9aaaea48f67f

See more details on using hashes here.

File details

Details for the file django_abstract-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for django_abstract-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e23bb78e48743ece6fc420dd241bb5ef3570c00bdff797e60c5ed94905d4156c
MD5 fb3645c148cc4220fe35dbeb0c61ca7a
BLAKE2b-256 532134cedab79bb0eee7f74a3a22eaa0b5aa94a9fa98b2e18a5086220c9423c8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page