Skip to content

Instantly share code, notes, and snippets.

@TigerND
Last active May 3, 2016 02:53
Show Gist options
  • Save TigerND/52fa50182d1dd3a7be7c9c9fae2cfd3b to your computer and use it in GitHub Desktop.
Save TigerND/52fa50182d1dd3a7be7c9c9fae2cfd3b to your computer and use it in GitHub Desktop.
DTX_WEB_SITES = (
( # Handle example app by Twisted
u'.*/example/test/',
'example.urls',
),
( # Handle all other requests by WSGI
u'.*',
'wsgi',
),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment