Django
10 items tagged with "django"
Stacks4
Django HTMX Stack
Django, HTMX, Alpine.js - Modern Python web stack
Django + React
A decoupled stack with a Django REST backend and a React front end, separating API and UI for flexible, scalable web applications.
Django + DRF
A Python backend stack combining Django with Django REST Framework to build secure, well-structured REST APIs and admin-driven apps.
React + Django REST Framework
A React frontend consuming a Django REST Framework API, a productive Python full-stack for data-rich and ML-adjacent web applications.
Comparisons3
Django vs FastAPI
Django is a batteries-included framework for full web apps; FastAPI is a modern, async, type-driven framework focused on high-performance APIs.
Django vs Flask
Django is a full-featured framework with conventions baked in; Flask is a minimal microframework you extend as needed.
Rails vs Django
Rails and Django are both mature, batteries-included MVC frameworks; Rails uses Ruby and convention over configuration, Django uses Python.