Real-life RESTful server example on Flask-RESTplus
Hello, I have to implement some scheduled tasks for my project. I am doing it with Celery. The tasks have to connect to the database, read and write data. The thing is, I have all my schemas with the flask rest server, using flask-sqlalchemy. Which solution you think would be better? I don't want to duplicate schemas to have one version with and one without flask-sqlalchemy. So, my question is, how can you share models between the flask server and another non-flask application? Thank you in advance for your ideas!
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by 0xecute and has received 4 comments.