Skip to content

Commit 424e8e1

Browse files
committed
updated read me
to link to the new example using blueprints and app factories
1 parent 3b56b36 commit 424e8e1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,13 @@ def ldap_protected():
3636
return 'Success!'
3737
```
3838

39-
Check the [examples](examples/) folder for a more complex example using LDAP groups.
39+
You can take a look at [examples/groups](examples/groups) for a more complete
40+
example using LDAP groups.
41+
42+
You can also take a look at [examples/blueprints](examples/blueprints) for an
43+
example using Flask's
44+
[application factories](http://flask.pocoo.org/docs/patterns/appfactories/)
45+
and [blueprints](http://flask.pocoo.org/docs/blueprints/).
4046

4147

4248
Resources

0 commit comments

Comments
 (0)