diff --git a/README.md b/README.md index ce7d747..70a9ab4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# Why + +django2pydantic is the most complete Pydantic schemas based on Django models. + # What django2pydantic is a library that allows to define Pydantic schemas based on Django database models. @@ -7,10 +11,6 @@ Similar libraries: - [Django Ninja Schema](https://django-ninja.dev/guides/response/django-pydantic/) - [Ninja Schema](https://github.com/eadwinCode/ninja-schema) -# Why - -django2pydantic is the most complete Pydantic schemas based on Django models. - # Key features - Supports all Django model fields @@ -20,6 +20,6 @@ django2pydantic is the most complete Pydantic schemas based on Django models. - Supports defining nested relations - Provides as complete OpenAPI schema details as possible -# How +# How to use [See usage example here.](examples.ipynb)