freebsd-ports/www/py-dj40-django-rich/pkg-descr
Kai Knoblich e2acfab803 www/py-dj40-django-rich: New port
This package provides extensions for using Rich with the Django
framework.

These extensions consist of the following subclasses:

* django_rich.management.RichCommand:
  Subclass of Django's BaseCommand class that sets its self.console
  to a Rich console.

* django_rich.test.RichRunner:
  Subclass of Django's DiscoverRunner with colorized outputs and
  nice traceback rendering.
2022-09-17 12:41:32 +02:00

11 lines
386 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This package provides Extensions for using Rich with the Django framework.
These extensions consist of the following subclasses:
* django_rich.management.RichCommand:
Subclass of Djangos BaseCommand class that sets its self.console to a
Rich Console.
* django_rich.test.RichRunner:
Subclass of Django's DiscoverRunner with colourized outputs and nice
traceback rendering.