On 12 November 2015 at 09:14, est <[email protected]> wrote: > hello list, > > I have this django+uwsgi project need to ship to a client. I wanna make sure > it's dead simple as possible, something like copy package, run package and > viola would be awesome. > > > So I looked into this, setuptools installs package to system CPython''s > site-packages, wheel looks fine but you gotta extra deps to install > forehand. >
see about packing the application and uwsgi in a pseudo-zip file https://uwsgi-docs.readthedocs.org/en/latest/Embed.html but I'd avoid (if possible) making binary releases. a well maintained system uwsgi might be better -- damjan _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
