top | item 16776550

Ask HN: Early Startup days, is my Drupal 7 setup okay, or do I seek out Django?

1 points| imustbezoe | 8 years ago

Okay, so I've been an avid Drupaller these past few years, and my startup runs on Drupal 7 with user referrals, membership site, activity stream, (facebook styled) statuses, and (twitter like) micro-blog, and Organic Groups among other modules. All of these modules are absent in D8, so D7.

A few months ago, I was introduced to Python, and it simply blew me away. That prompted me to pay attention to Django. Now, all of this D7 stuff above can be found in Django.

That's when I chanced across this discussion on Hacker News:

https://news.ycombinator.com/item?id=10888358

A post by user 'travjones' starting with 'Scalability' in this referenced thread says Django can only go so far in a production site with good load.

So, given that both Drupal and Django will need to 'migrate' to custom code after some incidents of happy virality, does it make sense for me now to 'defect' from Drupal 7 to Django?

Or, can Drupal 7 work okay for the initial traction phase, and then maybe things look up, the magic wand waves, and everything including code changes [hopefully for the better!]?

2 comments

order

nowarninglabel|8 years ago

Are you doing all the development or do you have a team?

I wouldn't prematurely optimize for load until you are seeing some real growth and uptick in traffic.

If you really grow, you'll need a team, and then hopefully you can empower them to make the tech choices.

imustbezoe|8 years ago

Thanks for answering!

I'm doing this tech side on my own, that's why Drupal 7 is a safe bet when starting out.

Your answer does point the way forward; let's see some real growth, then the team will make the tech choices!

Thanks again!