php vs python django or something else for CMS module
        Posted  
        
            by Michael 
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Michael 
        
        
        
        Published on 2010-05-25T20:46:10Z
        Indexed on 
            2010/05/25
            20:51 UTC
        
        
        Read the original article
        Hit count: 177
        
We're looking to develop a CMS module for our website and I need some help in choosing the language/framework for this project. Basically we need to develop a "help' module like this one from ebay http://pages.ebay.com/help/index.html which will contain a lot of static pages with nice URLs for SEO. The application must run fast using low computer resources. We have been looking to use php on a custom made mvc framework but we received advice from other sources that py/django is the exactly language/framework that we need in terms of maintainability and development speed because it was developed for exactly this kind of projects so I need an expert advice on this matter with pro and cons for each choice.
© Stack Overflow or respective owner