From 424e8e1caf215530b96b4b58ed45efaff33c1e86 Mon Sep 17 00:00:00 2001 From: admiralobvious <aferlandqc@gmail.com> Date: Wed, 20 Aug 2014 20:14:30 -0400 Subject: [PATCH] updated read me to link to the new example using blueprints and app factories --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 673b7be..eb93a05 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,13 @@ def ldap_protected(): return 'Success!' ``` -Check the [examples](examples/) folder for a more complex example using LDAP groups. +You can take a look at [examples/groups](examples/groups) for a more complete +example using LDAP groups. + +You can also take a look at [examples/blueprints](examples/blueprints) for an +example using Flask's +[application factories](http://flask.pocoo.org/docs/patterns/appfactories/) +and [blueprints](http://flask.pocoo.org/docs/blueprints/). Resources -- GitLab