Django開発¶
作成日:2022.1.21(金)、変更日:2022.2.16(水)
英語圏情報¶
- [Medium] 5 Cool Open-Source Django Projects Every Python Developer Must Know About, Level Up Coding, 2022.1.21
RealWorld Stars: 60.2k, Forks: 5.5k. The Django RealWorld App is a Medium clone named “Conduit” that allows users to publish articles, organise them by tags, like them, and follow other users. The project uses JSON Web Tokens to authenticate users, contains numerous CRUD operations, and has built-in pagination.
Cookiecutter Stars: 15.3k, Forks: 1.5k. Cookiecutter Django is all about giving you a jumpstart on your next Django project. Numerous packages, such as django-alluth for social authentication, anymail for email integrations, media storage through Amazon S3, customised user models, including several additional optimizations, are already in place to help you get started.
Wagtail Stars: 11k, Forks: 2.3k. Wagtail is a content management system built using Django. It has a streamlined design and is used by Google, Mozilla and MIT.
Oscar Stars: 5.1k, Forks: 1.9k. Django Oscar is an e-commerce framework for Django. Simply clone the project from GitHub and get started customizing your own e-commerce site with configurable products, pricing, shipping and many other features.
Mezzanine Stars: 4.3k, Forks: 1.5k. Mezzamine is another Django-based content management system. Users may utilise an admin panel, similar to WordPress, to handle blog posts, form data, and various web pages.
参考資料
参考資料