From 914a3c97fea4729ac20366913089091bc1378cb2 Mon Sep 17 00:00:00 2001 From: wangonya Date: Wed, 2 Oct 2019 10:53:53 +0300 Subject: [PATCH 1/2] add django-debug-toolbar to packages --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 84490ae..7daed0f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Since newer versions of Python are often faster, have more features, and are bet [![Supported Python versions](https://img.shields.io/pypi/pyversions/tox.svg)](https://docs.djangoproject.com/en/2.1/faq/install/#what-python-version-can-i-use-with-django) [![GitHub contributors](https://img.shields.io/github/contributors/endormi/django.svg)](https://github.com/endormi/django/blob/master/AUTHORS.md) -### Page content: +### Page content: - [Building Web Applications](#building-web-applications-) - [Scalability](#scalability) @@ -108,6 +108,7 @@ A list of awesome packages (not in a specific order): - [django-registration](https://django-registration.readthedocs.io/en/3.0/) - [django-two-factor-auth](https://django-two-factor-auth.readthedocs.io/en/stable/) - [django-favorite](https://pypi.org/project/django-favorite/) +- [django-debug-toolbar](https://django-debug-toolbar.readthedocs.io/en/latest/index.html) ## Documentation 📑 From 54e431b55542374d326ef53e2379e7fcb77d22ea Mon Sep 17 00:00:00 2001 From: wangonya Date: Wed, 2 Oct 2019 11:02:54 +0300 Subject: [PATCH 2/2] update authors to include myself --- AUTHORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS.md b/AUTHORS.md index c6e43c3..cfec213 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -9,3 +9,4 @@ - [xqsz](https://github.com/xqsz) - [louisparis](https://github.com/louisparis) - [fofam3](https://github.com/fofam3) +- [wangonya](https://github.com/wangonya)