Home > Article > Backend Development > Introduction to 4 open source software developed based on Django framework
Django is a high-performance Python web framework that encourages rapid development and clean, pragmatic design. The Django project is a custom framework that originated as an online news website and was released as open source in 2005. The focus of Django is to automate as much as possible, adhering to the DRY principle.
The following introduces 4 open source projects based on the Django framework:
1. CMS website building system Django-Cms
Django-Cms is a CMS website building system developed based on the Django framework. The main features are simplicity, ease of use and high performance.
2. Open source content management platform Mezzanine
An open source content management platform built on the Django framework, including web and mobile versions. For more information, see Mezzanine documentation, Mezzanine live online demo (username:demo;password:demo).
3. Shopping cart application Cartridge
Cartridge is an open source shopping cart application also built on Django. Cartridge and Mezzanine come from the same company, Jupo Systems, and the licensing agreement also adopts the BSD open source license. Cartridge can also be deployed as an extension of the Mezzanine system. For related demonstrations, see the Mezzanine demo page.
4. A beautiful GAE blog Introduction to 4 open source software developed based on Django framework
Keb-log is a beautiful blog program that runs on Google's App Engine platform, is developed using the Python language, and is based on the Django framework.
Demo http://Introduction to 4 open source software developed based on Django framework.appspot.com/
The above is the detailed content of Introduction to 4 open source software developed based on Django framework. For more information, please follow other related articles on the PHP Chinese website!