Skip to content

Instantly share code, notes, and snippets.

@groovecoder
Created February 6, 2013 17:16
Show Gist options
  • Save groovecoder/4724138 to your computer and use it in GitHub Desktop.
Save groovecoder/4724138 to your computer and use it in GitHub Desktop.
def get_file_url(self):
uri = reverse('wiki.raw_file', attachment_id=self.id,
filename=self.current_revision.filename())
return uri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment