summaryrefslogtreecommitdiff
path: root/www/py-dj52-django-rich/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-dj52-django-rich/pkg-descr')
-rw-r--r--www/py-dj52-django-rich/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/py-dj52-django-rich/pkg-descr b/www/py-dj52-django-rich/pkg-descr
new file mode 100644
index 000000000000..db029741fbb0
--- /dev/null
+++ b/www/py-dj52-django-rich/pkg-descr
@@ -0,0 +1,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.