No, you should use whatever you want instead.
Seriously, don't worry about it. You want to use Django? Use Django! You want to use flask? Use flask!
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
No, you should use whatever you want instead.
Seriously, don't worry about it. You want to use Django? Use Django! You want to use flask? Use flask!
Yes! If you’re comfortable with Django, that’ll definitely work, not overkill at all.
If you’re down to get your hands dirty with JS, Astro is really easy to learn and can be extremely powerful if needed. TypeScript or JSDoc will give you the types in JavaScript you’re looking for, and that’s built-in to Astro too. SvelteKit is similar to Astro’s syntax but has more powerful server-side tools built-in and is my personal favorite.
Up to you, really just depends on how much you want to learn.
What about HTML? Or a tool that renders such from Markdown?
I need a dynamic website
Maybe.
Do you want a website or a webapp? Website, just stick with nginx + wordpress or something. If you actually want to write a webapp, then django should be fine. I have also used fastapi which was very easy to start with. If it's a personal web app, then the performance will never really be a problem (unless it grows into something more). So I would pick whatever you can find example code for, and just run with it.