binarymatt / pyres

a resque clone in python
http://github.com/binarydud/pyres
MIT License
955 stars 130 forks source link

add WSGI callable function to be able to run application under uwsgi #94

Closed salimane closed 12 years ago

salimane commented 12 years ago

Hi, I added WSGI callable function to be able to run the resweb application under uwsgi or mod_wsgi. Thanks