Skip to content

Instantly share code, notes, and snippets.

@ryanwitt
Created June 16, 2009 05:42
Show Gist options
  • Save ryanwitt/130550 to your computer and use it in GitHub Desktop.
Save ryanwitt/130550 to your computer and use it in GitHub Desktop.
@login_required # This is the decorator! One line... simple.
def my_view(request):
# Do something here to turn the request into an HTML page.
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment