Skip to content

Instantly share code, notes, and snippets.

@curtisforrester
Created March 10, 2016 12:30
Show Gist options
  • Save curtisforrester/1fbf7f2157bad6d3c34b to your computer and use it in GitHub Desktop.
Save curtisforrester/1fbf7f2157bad6d3c34b to your computer and use it in GitHub Desktop.
@api_view(['GET', 'PUT', 'DELETE', 'HEAD'])
@spy(persist=SPY_PERSIST, log=False, replicate=SPY_REPLICATE, category='site_updates')
def site_detail(request, customer_num):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment