I have pyramid project for data aggregation and planning to reuse the project for different web sites. This means, the source base shall be same including models, views, routes except the templates and static files (logo, css, javascripts).
Hence for each site, I would be having development.ini and production.ini files which points to right database (mongo and solr instances, web site name, path to mako templates, and also I can mention the static file path(s) for serving static content. Otherwise I could use ngix for serving static content. For each website, I will maintain separate source repository for configuration and static files. The project shall be separate source repository and the pyramid project shall be installed as web project in virtual environment. Is the above requirements possible in Pyramid? Please advice.. Thank you, Gopalakrishnan Subramani -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
