Poll: YC Startups, do you use Django, Rails, PHP or Other?
31–40 of 58 posts
Re: Poll: YC Startups, do you use Django, Rails, PHP or Other?
#32Incidentally, these answers are mostly not from YC-funded startups, if that's what you meant to ask about.
Re: Poll: YC Startups, do you use Django, Rails, PHP or Other?
#33EDIT: Doh! It's too late at night, and I didn't catch what you meant in the title. My startup is bootstrapped, not YC-funded.
Re: Poll: YC Startups, do you use Django, Rails, PHP or Other?
#34PHP is a language, not a web framework. Perhaps you meant CakePHP, the most common web framework for PHP?
Re: Poll: YC Startups, do you use Django, Rails, PHP or Other?
#35Pylons
Re: Poll: YC Startups, do you use Django, Rails, PHP or Other?
#36Pylons
Pylons has served us pretty well in so far as it seems a more modular approach vs. django. Pylons encourages you to tweak the framework itself as you see fit. In our case, we incorporate a bunch of custom framework code. I'm sure you could do this with django, but it just feels better with a minimal, modular framework vs. something that is on the monolithic side of things.
I think if needed you could change the framework code with django also but it just seems very large where as pylons or cherrypy is very minimilistic.
Re: Poll: YC Startups, do you use Django, Rails, PHP or Other?
#37Re: Poll: YC Startups, do you use Django, Rails, PHP or Other?
#38Re: Poll: YC Startups, do you use Django, Rails, PHP or Other?
#39It's all down to the tools for me.