Skip to content

Instantly share code, notes, and snippets.

@andrewxhill
Created March 9, 2011 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewxhill/863036 to your computer and use it in GitHub Desktop.
Save andrewxhill/863036 to your computer and use it in GitHub Desktop.
localhost quick work
#line 271
#comment out,
"""make sure that the keyname exists in MOL"""
"""
q = Species.get_by_key_name(species_key_name)
if not q:
self.error(404)
return
"""
#line 278, 279 swap which line is commented out
names = [{"source": "..................."}]
#names = simplejson.loads(q.names)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment