Skip to content

Instantly share code, notes, and snippets.

@jgorset
Created November 23, 2010 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgorset/711582 to your computer and use it in GitHub Desktop.
Save jgorset/711582 to your computer and use it in GitHub Desktop.
@methods_supported(['POST'])
@content_types_supported(['x-www-form-urlencoded'])
@parameters_required(['name', 'email', 'phone', 'is_subscribed'])
def new(request, *args, **kwargs):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment