FabiEbert

Results 1 comments of FabiEbert

Hi @sorasful, So basically you want the `slug = slugify(title)`? To do so I would do the following: ```python from sqlmodel import SQLModel from pydantic import root_validator from typing import...