Strapi isn't just a CMS right? Is it not also a fully fledged backend web framework (like Django)?

Well you can say it can if you are using react as your frontend. Then you can use react and strapi.
What you are doing or what it seems to me like is you are using flask to do the logic that strapi can do anyways.
Because you can customize the controllers the routes the models. Just like you can do in django and in flask.

So if it’s that your not to familiar with strapi then of course that makes sense, but how do you get more familiar with Strapi. you customize it :slight_smile: