Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 910 Bytes

File metadata and controls

17 lines (13 loc) · 910 Bytes

django-wsgi -- WSGI as first-class citizen in Django

This project is no longer maintained.

https://travis-ci.org/2degrees/django-wsgi.svg?branch=master https://coveralls.io/repos/2degrees/django-wsgi/badge.svg?branch=master&service=github

django-wsgi unlocks Django applications so developers can take advantage of the wealth of existing WSGI software, as the other popular Python frameworks do. It won't break you existing Django applications because it's 100% compatible with Django and you can start using the functionality offered by this library progressively. It should be really easy to get started, particularly for developers who are familiar with frameworks like Pylons or TurboGears.