Gaegene

Gaegene

What The?

Gaegene (“The Gene”) is a collection of general purpose models, utilities, and mix-in classes to help develop Google App Engine/Django/App Engine Patch web apps.  This collection of code was developed in the process of creating Giftag for Best Buy.

The project’s main repository and wiki, as well as a test/example webapp are hosted on bitbucket.org.

The project’s documentation including sample usage and APIs can be found on the wiki.

Gaegene is licensed under the Apache License, Version 2.0.

Release History

  • August 20, 20090.2 (Download: Zip)
    • gaegene.counter
      • Removed methods from __init__.py and added them as staticmethods on the GeneCounter class.
    • gaegene.slug
      • Updated unit tests to not rely on hard coded kind() results.
      • Fixed Issue #1. Note that this is a backwards incompatible fix.
    • gaegene.image
      • Initial release
    • gaegene.tagging
      • Initial release
    • gaegene.pagination
      • Initial release
  • January 22, 20090.1 (Download: Zip, GZ or BZ2)
    • gaegene.counter
      • Initial release
    • gaegene.slug
      • Initial release