I've been building a practice website using Flask, tailwindcss, flask-security, and flask-sqlalchemy. Building a simple sqlite3 database for now. At this point I'm wondering if I'd be better off going with the Django ecosystem with it's 'kitchen sink' approach. What do you guys/gals think? Stick with the harder path of using Flask with extensions to it's functionality or just swap to Django and go with the kitchen sink approach?
top of page
bottom of page
Well It seems like using either would do what you wanted... If it is a practice website make a API with flask or Django and then connect it to a JS front end like React, Vue, Svelte or the 100 new ones created daily. If you want user accounts and authentication the Django would be the choice
I'd say to go with Django. It's literally what the framework was built for. It has a bit of a learning curve, but once you've figured it out it's pretty easy.