Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

How to create or generate secret key for django using UUID

$ python

- this gives you access to your python interpreter

>>> import uuid
>>> uuid.uuid4()
UUID('16fa136e-95e9-48c2-b741-5b3b2b36a096')

- you can actually create passwords this way
 
PREVIOUS NEXT
Tagged: #How #create #generate #secret #key #django #UUID
ADD COMMENT
Topic
Name
2+7 =