Skip to content
This repository has been archived by the owner on Jan 9, 2018. It is now read-only.

Use get_internal_wsgi_application in Django 1.4 #36

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Use get_internal_wsgi_application in Django 1.4 #36

wants to merge 2 commits into from

Commits on Aug 29, 2012

  1. Use get_internal_wsgi_application in Django 1.4

    Mimic the runserver command that ships in Django 1.4 and up more
    closely. By default, that command gets the WSGI handler by calling
    `get_internal_wsgi_application()`. Without this change, the `runserver`
    command ignores the `WSGI_APPLICATION` setting in Django 1.4
    streeter committed Aug 29, 2012
    Configuration menu
    Copy the full SHA
    4838550 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80e7a0a View commit details
    Browse the repository at this point in the history