On Mon, Jun 25, 2012 at 8:04 AM, alind <[email protected]> wrote: > Reading a bit more on internet, I understood (dont know if correctly) that > wsgi section should be put in productiion.ini of my TG product. > Here is the productio.ini file -> http://pastebin.com/GfVijDUc > Running uwsgi inside by virtualenv with command runs. > uwsgi --ini production.ini
The --ini option is to specify an ini file with the uwsgi config, what you are looking for is the --paste option which specifies the absolute path to your production.ini (or development) file, just add the paste option on you uwsgi ini config. Regards, Carlos Daniel Ruvalcaba -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

