blob: db029741fbb009bd2e6c33ef3f7dd52cdacf9786 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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.
|