📝 Show complete p.apps in examples
This commit is contained in:
parent
b6d209926f
commit
15608a389b
1 changed files with 9 additions and 4 deletions
13
README.md
13
README.md
|
|
@ -321,11 +321,16 @@ Out[2]:
|
|||
Routes:
|
||||
- APIRoute(path='/auth/login', name='login', methods=['POST'])
|
||||
- APIRoute(path='/auth/refresh', name='refresh_token', methods=['POST'])
|
||||
- APIRoute(path='/auth/me', name='me', methods=['GET'])
|
||||
- APIRoute(path='/auth/introspect', name='introspect', methods=['GET'])}
|
||||
- APIRoute(path='/auth/introspect', name='introspect', methods=['GET'])
|
||||
- APIRoute(path='/auth/me', name='me', methods=['GET']),
|
||||
'tournament': App: tournament
|
||||
Models:
|
||||
- Tournament
|
||||
- Event
|
||||
- Team
|
||||
Routes:
|
||||
- APIRoute(path='/tournament/', name='list', methods=['GET'])}
|
||||
|
||||
In [3]: from tournament.models import Tournament
|
||||
Out[3]:
|
||||
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue