Django is a high-performance Python web framework that encourages rapid development and clean and pragmatic design. The Django Project is a custom framework derived from an online news web site. It was released in the form of open source in 2005. Django focuses on automation as much as possible and adheres to the dry principle.
The following describes four open-source projects based on the Django framework:
1. CMS website construction system Django-CMS
Django-CMS is Django The CMS website construction system developed by the framework. It is easy to use and has high performance.
2. Open-Source Content Management Platform Mezzanine
An open-source content management platform built on the Django framework, including the web version and mobile version. For more information about mezzanine, see mezzanine live online demonstration (username: Demo; Password: Demo ).
3. Cartridge
Cartridge is an open-source shopping cart application, also built on Django. Cartridge and mezzanine come from the same company jupo systems, and their authorization protocols also adopt BSD Open Source Licenses. Cartridge can also be deployed as an extension of the mezzanine system. For details, see the mezzanine demo page.
4. A beautiful Gae blog KEB-Log
KEB-log is a beautiful blogProgramIt runs on Google's App Engine platform and is developed in Python Based on the Django framework.
Demonstration http://keb-log.appspot.com/
Source: http://www.admin10000.com/document/183.html