Skip to content

Commit

Permalink
fix: Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Jukka Hassinen <jukka.hassinen@gmail.com>
  • Loading branch information
jhassine authored Nov 18, 2024
1 parent ee912bf commit bc2ed39
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand All @@ -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)

0 comments on commit bc2ed39

Please sign in to comment.