Development Tools

Django – high-level Python Web framework

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
DjangoHigh-level web application framework that has a powerful ORM
SQLAlchemyPython SQL Toolkit and Object Relational Mapper
PeeweeSimple, small and expressive Object Relational Mapper. It has few concepts
TortoiseEasy-to-use asyncio ORM inspired by Django
PonyBilled as the smartest Python ORM
SQLObjectForms a part of many applications including TurboGears
StormDesigned to work with thin relational databases and big systems

Read our verdict in the software roundup.

Python Frameworks
DjangoHigh-level web application framework
DashBuild analytical web applications without JavaScript
TornadoFramework, scalable web server, and asynchronous networking library
TurboGearsFramework based on the ObjectDispatch paradigm
MasoniteDev tool with all the features needed for rapid development
ReflexLibrary to build full-stack web apps in pure Python
ZopeObject-oriented web application server
CubicWebSemantic web framework
ReahlPython-only web framework
django-hotsauceRapid web application development and testing
Jam.pyWeb front-end application generator
GrokWeb framework based on Zope Toolkit technology
web2pyFull-featured, full-stack framework for rapid development

Read our verdict in the software roundup.


Best Free and Open Source Software 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.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments