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. So is there a simpler way to use uwsgi based django project? - need uwsgi emperor placed in rc.local - need external access commands like kill -HUP uwsgi - need external access to django manage.py commands Is it possible? Only options is to build deb or rpm packages?
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
