Skip to content

Instantly share code, notes, and snippets.

@CGenie
Created October 8, 2014 15:22
Show Gist options
  • Save CGenie/6a21232fe062cbc2f287 to your computer and use it in GitHub Desktop.
Save CGenie/6a21232fe062cbc2f287 to your computer and use it in GitHub Desktop.
urls.py proposal
def test():
return ReleaseCollectionHandler
urls = (
...
r'/test/test/?$',
test()
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment