pep-dortmund / member-database

Our member database application
Other
9 stars 1 forks source link

Transition from flask to django #171

Open The-Ludwig opened 1 year ago

The-Ludwig commented 1 year ago

This should be the last issue before the switch to django is done.

maxnoe commented 1 year ago

ok, lots of discussion today, let me summarize my view and why I think this is reasonable.

There are some issues we have with flask, mainly:

Compared to that, for django:

So, for the longer term I think django is the safe choice, also for handing over to new people.

maxnoe commented 1 year ago

For how we might do this, I think it is best to do a real rewrite from scratch in django, implementing features from basic to more advanced in small, easy to review PRs.

The list would be

The main points from the README still stand I'd say, use env for configuration, poetry for dependencies, server-side html templating, no separate frontend framework.