Decide on a web framework: Wordpress or Django? #21
-
Leaning towards Django for developer efficiency, Wordpress for admin agency. Website requirements
My hot takeI think there is an argument to be made for Wordpress, something around admin agency and customisability? For example, making landing pages for advertising is a lot easier in Wordpress. However there are at least four user flows I'm concerned about implementing with Wordpress:
The user data requirements of this system and these user flows makes me lean towards Django, with something like Wagtail for page editing. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@conatus @chrisdevereux @Moggach pile in! |
Beta Was this translation helpful? Give feedback.
-
Looking at the user flows you are concerned at doing in WordPress, you could do all of these in WordPress. But I feel it would be bending WordPress quite far to do so, whereas in Django, this seems much more straightforward. So I am going to say, go Django/Wagtail here. It means for a slightly less good editing experience in terms of being able to self-serve, but isn't so bad, given the other bits of the project here are more important and level of full page editability is not likely to be high. |
Beta Was this translation helpful? Give feedback.
Looking at the user flows you are concerned at doing in WordPress, you could do all of these in WordPress.
But I feel it would be bending WordPress quite far to do so, whereas in Django, this seems much more straightforward. So I am going to say, go Django/Wagtail here.
It means for a slightly less good editing experience in terms of being able to self-serve, but isn't so bad, given the other bits of the project here are more important and level of full page editability is not likely to be high.