Re: Best deployment method...

2011-10-05 Thread Mengu
that is called learning from the experience, chris. yes, his server specifications may vary, his db of choice may vary but in the end this is all the same. @sam, proxying nginx to paster is not a good idea. been there, done that. do not do that if you are not going to get max 1K-5K "daily" unique

Re: New project . Pylons or Pyramid

2011-03-04 Thread Mengu
sure you can start with pyramid. pyramid 1.0 is already production ready with its awesome docs. On Mar 4, 5:10 am, Ravi wrote: > Hi Group: >              I have started a new web based project and it is in its > early stage. So with pylons merging with pyramids, I have two > questions: > > 1) do

Re: mod_wsgi mako - unable to find template

2011-03-04 Thread Mengu
for development, i recommend you using paster. you can just do "paster serve --reload development.ini". - make sure you have "mako.directories = appname:templates" under [app:appname] directive in your *.ini files. - when you add a route or so, do not set the path like "/templates/ index.html" jus