Skip to content

Instantly share code, notes, and snippets.

@emilepetrone
Created October 23, 2011 03:57
Show Gist options
  • Save emilepetrone/1306853 to your computer and use it in GitHub Desktop.
Save emilepetrone/1306853 to your computer and use it in GitHub Desktop.
def picture(request, picture_search, template_name="picture/picture.html"):
picture = get_object_or_404(Picture, cleaned_title=picture_search)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment