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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-uuid-primary-key-1.0.2.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

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