From ec75282ecb10ede62db4f942cc017315bd4d8ec9 Mon Sep 17 00:00:00 2001 From: Robin Winslow Date: Thu, 26 May 2022 12:51:35 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 30aa49a..90c0569 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ app = FlaskBase( ) ``` +## Local development + +For local development, it's best to test this module with one of our website projects like [ubuntu.com]([url](https://github.com/canonical-web-and-design/ubuntu.com/)). For more information, follow [this guide (internal only)]([url](https://discourse.canonical.com/t/how-to-run-our-python-modules-for-local-development/308)). + ## Features ### Redirects and deleted paths From f20ab4b44471ca74c37ed060441b9496900e380c Mon Sep 17 00:00:00 2001 From: Robin Winslow Date: Thu, 26 May 2022 13:10:54 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90c0569..0f5ad03 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ app = FlaskBase( ## Local development -For local development, it's best to test this module with one of our website projects like [ubuntu.com]([url](https://github.com/canonical-web-and-design/ubuntu.com/)). For more information, follow [this guide (internal only)]([url](https://discourse.canonical.com/t/how-to-run-our-python-modules-for-local-development/308)). +For local development, it's best to test this module with one of our website projects like [ubuntu.com](https://github.com/canonical-web-and-design/ubuntu.com/). For more information, follow [this guide (internal only)](https://discourse.canonical.com/t/how-to-run-our-python-modules-for-local-development/308). ## Features