hasansezertasan / opinionated-mixins

Opinionated set of mixins. Implemented in Data Classes, Pydantic, SQLAlchemy, SQLModel, MongoEngine, ODMantic, Beanie, and WTForms.
MIT License
2 stars 0 forks source link

Model Proposal: Template #7

Open hasansezertasan opened 4 months ago

hasansezertasan commented 4 months ago

Why do you need this model? What does it solve? Please describe. We may still need "template" systems in many applications we use and develop (eg. Email Templates, and SMS Templates).

Details

Field Name Python Type Description Unique Required Index
title str Title of the template False True True
content, or description, or body str Content of the template False True False