On Wed, Apr 13, 2011 at 9:07 AM, Mengu <[email protected]> wrote: > after transfering your files, you will need to do `python setup.py > install` so everything your project needs will be installed on your > production server. the rest is setting up apache with mod_wsgi. >
I would suggest using 'python setup.py develop' as the install command might miss static resources if you didn't properly change the setup.py -- 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.

