Skip to content

Instantly share code, notes, and snippets.

@mattdeboard
Created May 11, 2012 15:10
Show Gist options
  • Select an option

  • Save mattdeboard/2660348 to your computer and use it in GitHub Desktop.

Select an option

Save mattdeboard/2660348 to your computer and use it in GitHub Desktop.
configurations = []
for c in configurations_qs:
configurations.append({'id': c.id, 'title': unicode(c)})
configurations = list(configurations)
google_analytics = list([{'id': ga.id, 'title' : ga.web_property_id} for ga
in google_analytics_objs])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment