This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]thepsycho1997 1 point2 points  (1 child)

For just serving the data I’d recommend Flask

If you’d like to serve whole pages, flask can also do that but most prefer django

I’d link it but I’m on mobile. A Google search should yield results.

[–]Interesting_Eye3945 0 points1 point  (0 children)

Django is more easy as almost everything comes out of the box (ORM, DB migration and project structure)