1 مستودع
Extensible engines for separating presentation from logic.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Sandboxed. Refine with filters or upvote what's useful.
Django is a full-stack web framework designed for rapid backend development. It provides an integrated environment for building data-driven applications by combining an object-relational mapping layer for database management with a modular request-response pipeline for handling HTTP traffic. The framework emphasizes security and maintainability, offering a suite of tools to protect against common web vulnerabilities while decoupling site structure from implementation through a centralized URL routing system. A defining characteristic of the framework is its ability to generate production-read
Separates presentation logic from code by parsing custom markup into dynamic HTML through a sandboxed rendering engine.