This package provides a way to tweak the form field rendering in templates and not in python-level form definitions.
This package provides a configurable set of panels that display information about the current request and response as a toolbar on the rendered page.
Transparently use webpack with django.
The Django REST framework is for building Web APIs with Django. It provides features like a Web-browsable API and authentication policies.
django-configurations helps you organize the configuration of your Django project by providing glue code to bridge between Django'smodule based settings system and programming patterns like mixins, facades, factories and adapters that are useful for non-trivial configuration scenarios.
Test django schema and data migrations, including ordering.
This project provides tools to help reduce the side effects of using FileFields during tests.
Django used to include a comments framework; since Django 1.6 it's been separated to a separate project. This is that project. This framework can be used to attach comments to any model, so you can use it for comments on blog entries, photos, book chapters, or anything else.
This package provides template partials for Django, offering fragment reuse, integration with the template loader and inline output.
PEP-484 stubs for django-rest-framework.
A multi-value-field that presents a human answerable question, with no settings.py configuration necessary, but instead can be configured with arguments to the field constructor.
This form field allows users to provide SVG images for models that use Django's standard ImageField, in addition to the image files already supported by it.
This package completely mimics the default Django Debug Toolbar SQL panel (internally it is actually subclassed), but instead of displaying queries done via the Django ORM, SQLAlchemy generated queries are displayed.