Skip to content

passy/mongrel2_wsgi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mongrel 2 WSGI Handler

Forked from Berry's original WSGI handler work. Much thanks! (http://github.com/berry/).

Installation

python setup.py install :)

Django Instructions

Add 'mongrel2_wsgi' to your INSTALLED_APPS and then you can run "python manage.py m2wsgi" and you're done. Currently hardcoded to push: tcp://127.0.0.1:9997 and pull: tcp://127.0.0.1:9996

Other WSGI Applications

from mongrel2 import handler
from mongrel2_wsgi import wsgi_server
wsgi_server(my_application_object, handler.Connection(uuid, push_url, pull_url))

About

Mongrel2 WSGI Support, including turnkey Django integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%