0
What are the pros and cons of Python Djanjo, as well as Flask?
3 Antworten
+ 1
Thanks for the answers, but at the moment I'm using django, as there is a built-in database and many other advantages.
0
I don’t know Django.
But it is said that Django is used for the big project and Flask is for the small one.
I am now using Flask, Flask-Restful, Flask-Injector, Flask-SqlAlchemy and SqlAlchemy for developing our small project.
0
But the fact is, you can install another database in Django, right?