Skip to main content

A simple Django model utility that provides to store primary key id as uuid.

Project description

=====
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',
]

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page