Il giorno 07/set/2011, alle ore 11:58, Brian Myers ha scritto: > What does the --module parameter actually do? How do I need to set it for a > django project? > > Does it need to be set to the wsgi python script for my project? That's what > I would guess, but I can't tell for sure. > > Brian >
Maybe you want to read this: http://projects.unbit.it/uwsgi/wiki/Quickstart --module is one of the ways to load code, it expects a python module (or some syntactic sugar) --wsgi-file/--file load a python mod_wsgi compliant file (easier) there are other ways but we are talking about very complex scenario -- Roberto De Ioris http://unbit.it JID: [email protected] _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
