DjangoIt 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 systemDjango-Cms
Django-Cms is a CMS website construction system developed based on the Django framework. It is easy to use and has high performance.
View: http://www.oschina.net/p/django-cms
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, see the Mezzanine documentation. Mezzanine live Online demo username: demo; password: demo ).
View: http://www.oschina.net/p/mezzanine
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.
View: http://www.oschina.net/p/cartridge
4. A beautiful GAE blogKeb-log
Keb-log is a beautiful blog program running on Google's App Engine platform. It is developed in Python and based on the Django framework. Demo: http://keb-log.appspot.com/?open-source http://code.google.com/p/keb-log /.