Random object IDs using an abstract base model
To put obfuscated primary keys in any class, simply inherit from this one. For example: class Offer(ObfuscatedPKModel) You can match for these bigint primary keys in your urls.py like this: '^offer/(?P<offer_pk>[0-9\-]+)$'
- models
 - model
 - random
 - abstract
 - primary-key
 - obfuscation
 - obfuscated
 - ID