This commit is contained in:
collerek
2021-02-28 09:16:58 +01:00

View File

@ -58,7 +58,7 @@ async def shutdown() -> None:
Define ormar models with appropriate fields. Define ormar models with appropriate fields.
Those models will be used insted of pydantic ones. Those models will be used instead of pydantic ones.
```python ```python
class Category(ormar.Model): class Category(ormar.Model):