Django is a high-level web application framework that loosely follows the model-view-controller design pattern. The framework is named after Django Reinhardt, a virtuoso jazz guitarist and composer.
Python’s equivalent to Ruby on Rails, Django lets developers build complex data-driven websites quickly and easily. This framework concentrates on automating as much as possible and adhering to the “Don’t Repeat Yourself” (DRY) principle.
Django additionally emphasizes reusability and “pluggability” of components; many generic third-party “applications” are available to enhance projects or to simply to reduce development time even further.
Key Features
- MVC framework.
- An object-relational mapper (ORM) in which you describe your database layout in Python code.
- An automatic dynamic admin interface.
- Elegant URL dispatcher avoiding cruft in URLs such as .php or .asp.
- Form serialization and validation system using Django Forms API.
- Testing frameworks.
- DB migration framework provided by South.
- ACL-based security framework.
- Cache framework.
- Django template language which allows developers to minimize redundancy among templates.
- Lightweight, standalone web server for development and testing.
- Testing framework and client.
- Caching framework that integrates with memcached or other backends.
- A syndication framework that makes creating RSS and Atom feeds as easy as writing a small Python class.
- Internationalization support.
Website: www.djangoproject.com
Support: Documentation, GitHub Code Repository
Developer: Django Software Foundation
License: BSD License
Django is written in Python. Learn Python with our recommended free books and free tutorials.
Related Software
| Python Object-Relational Mapping Software | |
|---|---|
| Django | High-level web application framework that has a powerful ORM |
| SQLAlchemy | Python SQL Toolkit and Object Relational Mapper |
| Peewee | Simple, small and expressive Object Relational Mapper. It has few concepts |
| Tortoise | Easy-to-use asyncio ORM inspired by Django |
| Pony | Billed as the smartest Python ORM |
| SQLObject | Forms a part of many applications including TurboGears |
| Storm | Designed to work with thin relational databases and big systems |
Read our verdict in the software roundup.
| Python Frameworks | |
|---|---|
| Django | High-level web application framework |
| Dash | Build analytical web applications without JavaScript |
| Tornado | Framework, scalable web server, and asynchronous networking library |
| TurboGears | Framework based on the ObjectDispatch paradigm |
| Masonite | Dev tool with all the features needed for rapid development |
| Reflex | Library to build full-stack web apps in pure Python |
| Zope | Object-oriented web application server |
| CubicWeb | Semantic web framework |
| Reahl | Python-only web framework |
| django-hotsauce | Rapid web application development and testing |
| Jam.py | Web front-end application generator |
| Grok | Web framework based on Zope Toolkit technology |
| web2py | Full-featured, full-stack framework for rapid development |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Know a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

