R
R
Ruslan Gilfanov2016-08-10 18:16:53
Django
Ruslan Gilfanov, 2016-08-10 18:16:53

Django or Flask with SQLAlchemy for single user local app with DB and internet access?

There is an idea for a program for requesting data through the VK API, and I think it would be convenient to implement it with a browser interface. The question arose with the choice of a web framework for this task.
The application must work with the SQLite database, load images from the Internet, be easy to deploy for inexperienced users, including on Windows operating systems.
There is no particular desire to get acquainted with frameworks that may not come in handy in the future (the same Bottle), as well as write SQL queries. So I see a choice between Django and Flask with SQLAlchemy.
Are there any strong pros and cons of each web framework for the task described?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dimonchik, 2016-08-10
@ri_gilfanov

being easy to deploy for inexperienced users will not work out very well, but Django, of course, will be more confusing than Flask
again, if the user does not write scripts in it - you can use Flask without ORM

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question