I want to generate automatic random numbers in a blank field while saving it in django.
EDIT
The random numbers must be unique.
It is more a python thing than a django thing.
You can find all the information about Random class here
Good luck!