Development & DevOps Software for Django

Django CMS Django CMS

Django CMS is a free and open-source content management system build on the Python web framework Django. With Django CMS, you can create your own website or blog in a matter of minutes which is easy to maintain far into the future. If you are a developer utilizing the Django framework you can integrate Django CMS into an exiting Django application and take advantage of it's publishing and editing features.

FeinCMS FeinCMS

FeinCMS is a bare bones content management system written in Python on-top of the web framework Django. The CMS is built to know nothing about your content, and includes an admin interfaces that can handle content types. It lets you reorder page content blocks using a drag-drop interface, and you can add as many content blocks to a region (sidebar, header, etc) as you want. FeinCMS was built this way to allow for maximum flexibility, where developers, designers and content managers can create a unique site, tailored for their type of content and future patterns.

Wagtail Wagtail

Wagtail is a free and open-source CMS built on-top of Django and Python. The CMS is built by developers and for developers and provides a configuration-less solution to content management. Wagtail plays nicely with your existing tech, especially if that stack utilze Python and the Django web framework. Wagtail can be installed as a package in existing Django application and extends the Django Admin to be more suited for content management.

Graphite Graphite

Graphite is a free and open-source, enterprise-ready software designed to monitors and graphs numeric time-series data. It can be used to monitor performance and data for software, web applications and computer systems. Companies like Etzy, GitHub, Lyft, Reddit and SalesForce trust and use Graphite to store and graph business critical metrics.

Django Rest Framework Django Rest Framework

Django REST Framework is a free and open-source, powerful and flexible toolkit for building Web APIs with the Python framework, Django. With Django REST Framework it easy to create full-fledged REST APIs that follows the Django design pattern with models, views and urls. It comes with authentication policies including packages for OAuth1a and OAuth2 and a pre-built browsable API, much like Swagger.

Django Ninja Django Ninja

Django Ninja is a free and open source web framework for building REST APIs with Django and Python 3.6+ based type hints. It shares many similarities with FastAPI, another popular Python framework for building APIs. Django Ninja now brings the same methodology to Django users wanting to build modern APIs using OpenAPI (Swagger) standards and JSON schema. It integrates well with the Django ORM and the ecosystem of third-party Django applications. Already the framework is used by multiple companies with live projects.

Django Filter Django Filter

Django Filter is a generic, reusable application for the Python-based web framework Django. Django Filter simplifies the process of wiring managaing query parameters and filtering of Django models. With Django Filter you can let users of your application filter content based on model field and present them through the use of query parameters.