Skip to content

Django UUID Primary Key is a simple Django model utility that provides to store primary key id as uuid.

License

Notifications You must be signed in to change notification settings

vaibhavmule/django-uuid-primary-key

Repository files navigation

Django UUID Primary Key

Django UUID Primary Key is a simple Django model utility which provides to store primary key id as uuid.

Detailed documentation is in the "docs" directory. [Todo: docs directory]

Quick start

Install package:

pip install django-uuid-primary-key

Add "django_uuid_primary_key" to your INSTALLED_APPS setting like this:

INSTALLED_APPS = [
    ...
    'django_uuid_primary_key',
]

About

Django UUID Primary Key is a simple Django model utility that provides to store primary key id as uuid.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages