Provides a UUIDField for your Django models.
InstallationInstall it with pip (or easy_install):
pip install django-uuidfieldUsage
First you'll need to attach a UUIDField to your class. This acts as a char(32) to maintain compatibility with SQL versions:
from uuidfield import UUIDField class MyModel(models.Model): uuid = UUIDField(auto=True)
Check out the source for more configuration values.
Enjoy!
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4