mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-23 18:55:15 -05:00
6 lines
136 B
Python
6 lines
136 B
Python
|
|
import mongoengine
|
|
|
|
class User(mongoengine.Document):
|
|
username: mongoengine.EmailField()
|
|
# password: mongoengine.ReferenceField |