kevinbowen777 / bookstore

An online bookstore created with the Django web framework
MIT License
0 stars 1 forks source link

Improve strength of SECRET_KEY #143

Closed kevinbowen777 closed 1 year ago

kevinbowen777 commented 1 year ago

Use python -c 'import secrets; print(secrets.token_urlsafe(38))'