> Hi all, > > I setup a Django project with uWsgi. > > Using the wizard with this config xml file: > > <uwsgi> > <pythonpath>/home/django/apps/sonrisas3/sonrisas</pythonpath> > <pythonpath>/home/django/apps/sonrisas3</pythonpath> > <pidfile>/home/django/apps/sonrisas3/var/run/sonrisas_no.pid</pidfile> <app mountpoint="/"> > <script>wsgi_handler</script> > </app> > <listen>100</listen> > <master /> > <socket-timeout>5</socket-timeout> > <processes>4</processes> > </uwsgi>
Try substituting the block <app mountpoint="/"> <script>wsgi_handler</script> </app> with only <module>wsgi_handler</module> -- Roberto De Ioris http://unbit.it -- Roberto De Ioris http://unbit.it _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
