Dj Prefixed Ulids

Use Stripe-style prefixed ULID primary keys (e.g. `prd_01jq3v...`) for every Django model instead of integers or UUIDs. Use when setting up a new model, reviewing a schema that still uses auto-increment or UUID primary keys, or when the user mentions IDs, slugs, public identifiers, or referential debugging. Produces short readable prefixes, time-sortable values, and IDs that are safe to expose in URLs and logs. Use when this capability is needed.

tomevault-io ff2b1e7 2 files · 6.1 KB Updated

File contents

tomevault-io/skills-registry/tree/main/dvf--opinionated-django--opinionated-django commit ff2b1e7c1b

Frequently asked questions

npx skillmds@latest add tomevault-io/dj-prefixed-ulids