django-random-id-generator
What is it?
django-random-id-generator is a simple Django app to Generate Random and Unique IDs for Django model objects with custom save method
Installation
You can get django-random-id-generator by :
Download or git clone https://github.com/frankovo/django-random-id-generator.git
Usage
Add random_id to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ # Django default apps ... 'random_id', ]Run python manage.py makemigrations random_id
Run python manage.py migrate
Run python manage.py createsuperuser
Run python manage.py runserver
Requirements
Django==2.0.3
Note
Django==2.0.3 requires Python 3.4, 3.5, 3.6
Release files for django-random-id-generator 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-random-id-generator-0.1.0.tar.gz | 6.1 kB | Details |
Release files / django-random-id-generator-0.1.0.tar.gz
| Download URL | django-random-id-generator-0.1.0.tar.gz |
|---|---|
| Size | 6.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
eab8e54402694bc47c02c63b2f601598e62d89f1aea7a8e617f785dab57f7294
|
|
BLAKE2b-256 checksum How to use checksums |
52ef6417500b30f88947a7aa6a1fb173706fb9b1456533361798553538fb40cd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |