Creating django objects with a random primary key

前端 未结 6 1508
面向向阳花
面向向阳花 2021-02-08 12:08

I\'m working with an API that wants me to generate opaque \"reference IDs\" for transactions with their API, in other words, unique references that users can\'t guess or infer i

6条回答
  •  终归单人心
    2021-02-08 12:34

    jbrendel created a class that you can simply inherit to get a custom ID.

    https://github.com/jbrendel/django-randomprimary

提交回复
热议问题