Skip to content

Instantly share code, notes, and snippets.

@jorgebastida
Created May 6, 2012 16:32
Show Gist options
  • Select an option

  • Save jorgebastida/2623192 to your computer and use it in GitHub Desktop.

Select an option

Save jorgebastida/2623192 to your computer and use it in GitHub Desktop.
enjoydjango - Diccionario Tweets
tweets = [
{'user_name':'jorgebastida', 'message': 'Hello world!', 'timestamp': datetime.now()},
{'user_name':'jaimeirurzun', 'message': 'I like ponies! http://djangopony.com', 'timestamp': datetime.now()},
{'user_name':'jorgebastida', 'message': 'Django RULEZZZZZZ', 'timestamp': datetime.now()}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment