You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have a flask app that uses mongodb, i want to create an executable for windows , can flask-desktop help with that, and how will the executable communicate with the database.
thank you
The text was updated successfully, but these errors were encountered:
I think this has more to do with your app reaching out to the server than this module covers. More of a question for stack-overflow. I don't think mongodb should have a problem working with anything like this though. If you were to say wrap your app in tkinter or kivy it would still reach out to the database.
This is a code/database specific issue.
Hello,
i have a flask app that uses mongodb, i want to create an executable for windows , can flask-desktop help with that, and how will the executable communicate with the database.
thank you
The text was updated successfully, but these errors were encountered: