octabytes / FireO

Google Cloud Firestore modern and simplest convenient ORM package in Python. FireO is specifically designed for the Google's Firestore
https://fireo.octabyte.io
Apache License 2.0
250 stars 29 forks source link

Allow to use mixins #138

Closed kulik0v closed 2 years ago

kulik0v commented 2 years ago

We need this if in case if we want to inherit from Model + some mixin. For example:

from flask_login import UserMixin

class User(Model, UserMixin):
    username = TextField()
    password = TextField()
AxeemHaider commented 2 years ago

Thanks! merged, update package