Skip to content

Instantly share code, notes, and snippets.

@mintchaos
Created April 24, 2013 20:45
Show Gist options
  • Save mintchaos/5455431 to your computer and use it in GitHub Desktop.
Save mintchaos/5455431 to your computer and use it in GitHub Desktop.
Learning the hard way so you dont' have to.
tweet = Tweet() # new django object
tweet.content = item.content,
tweet.save()
tweet.content == "('%s',)" % item.content # True
# Don't accidentally end your lines with commas kids.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment