Skip to content

Instantly share code, notes, and snippets.

@hub-cap
Created April 26, 2013 18:51
Show Gist options
  • Save hub-cap/5469506 to your computer and use it in GitHub Desktop.
Save hub-cap/5469506 to your computer and use it in GitHub Desktop.
from reddwarf.openstack.common import uuidutils¬
class DatabaseModelBase(models.ModelBase):¬
_auto_generated_attrs = ['id']¬
_uuid_strategy = uuidutils.generate_uuid¬
print _uuid_strategy¬
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment