More modules -> blueprints

This commit is contained in:
Armin Ronacher 2011-06-17 21:58:03 +02:00
parent 7e55b5084d
commit d38c61f42a
2 changed files with 8 additions and 8 deletions

View file

@ -168,7 +168,7 @@ a little harder. There is no one 100% solution for this problem in
general, but there are a couple of things you can do to improve that
experience:
1. create your application in a function and register modules on it.
1. create your application in a function and register blueprints on it.
That way you can create multiple instances of your application with
different configurations attached which makes unittesting a lot
easier. You can use this to pass in configuration as needed.