From c88290510193f937332f354d5b670a612f5f387f Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 9 May 2010 14:11:35 +0200 Subject: [PATCH] Added flask-extension-wizard link. --- flask_website/templates/extensions/creating.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flask_website/templates/extensions/creating.html b/flask_website/templates/extensions/creating.html index 0ff73ced..ab61cada 100644 --- a/flask_website/templates/extensions/creating.html +++ b/flask_website/templates/extensions/creating.html @@ -30,6 +30,10 @@ Ideally your extension has at least one example in the repository or tarball so that it's easier to understand how it works. +

+ To simplify creating new extensions there is a script that can + bootstrap a new extension: flask-extension-wizard

We scan the PyPI index in regular intervals for new Flask packages so your extension should sooner or later end up here. If this is