Skip to content

Commit

Permalink
Complete example
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jul 20, 2023
1 parent cf9c667 commit 565a315
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ Now you can register services in your application factory like this:
from your_app import services

def init_app(app):
app = services.init_app(app)
services.register_factory(app, Connection, ...)
return app
```
Expand Down

0 comments on commit 565a315

Please sign in to comment.