Python - How to import 'get_random_string' -- django

Import get_random_string

To import get_random_string, Add the following line to the top of your code.

from django.utils.crypto import get_random_string

 

For more information about get_random_string:
django get_random_string