From c5ddbeb2297b4afba471ee1667fd73ae1a8ca38e Mon Sep 17 00:00:00 2001 From: Wayan Widnyana Putra Date: Thu, 9 Oct 2014 19:21:20 +0700 Subject: [PATCH 1/2] add flask-debugtoolbar to Debugging tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75925835..b23059f8 100644 --- a/README.md +++ b/README.md @@ -847,6 +847,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [profiling](https://github.com/what-studio/profiling) - An interactive Python profiler. * [django-debug-toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar) - Display various debug information about the current request/response. * [django-devserver](https://github.com/dcramer/django-devserver) - A drop-in replacement for Django's runserver. +* [flask-debugtoolbar](https://github.com/mgood/flask-debugtoolbar) - A port of the django debug toolbar to flask ## Science and Data Analysis From bf5a9fe8dbdcdb0d095fc71a6a2625fdde8f0119 Mon Sep 17 00:00:00 2001 From: Wayan Widnyana Putra Date: Fri, 10 Oct 2014 03:32:25 +0700 Subject: [PATCH 2/2] add dot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b23059f8..8e5a5d48 100644 --- a/README.md +++ b/README.md @@ -847,7 +847,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [profiling](https://github.com/what-studio/profiling) - An interactive Python profiler. * [django-debug-toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar) - Display various debug information about the current request/response. * [django-devserver](https://github.com/dcramer/django-devserver) - A drop-in replacement for Django's runserver. -* [flask-debugtoolbar](https://github.com/mgood/flask-debugtoolbar) - A port of the django debug toolbar to flask +* [flask-debugtoolbar](https://github.com/mgood/flask-debugtoolbar) - A port of the django debug toolbar to flask. ## Science and Data Analysis