Metadata-Version: 2.0
Name: django-curtail-uuid
Version: 1.0.4
Summary: Curtail UUID Appointed Length
Home-page: https://github.com/Brightcells/django-curtail-uuid
Author: Hackathon
Author-email: kimi.huang@brightcells.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Keywords: django-curtail-uuid
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Office/Business :: Financial :: Spreadsheet
Requires-Dist: shortuuid

===================
django-curtail-uuid
===================

Installation
============

::

    pip install django-curtail-uuid


Usage
=====

::

    from account.models import LensmanInfo

    from django_curtail_uuid import CurtailUUID

    CurtailUUID.uuid(LensmanInfo, field='lensman_id', length=7)


Function
========

::

    CurtailUUID.uuid(model, field='uuid', length=None)


Settings.py
===========

::

    CURTAIL_UUID_LENGTH = 7



