endorsement/endorsement.py
2018-07-12 19:45:52 +02:00

4 lines
72 B
Python

from app import app, db
from models import User
print(User.query.all())