How to generate Django SECRET_KEY
Type the following command into terminal:
python -c "from django.core.management.utils import get_random_secret_key; print(get_random_secret_key())"
Last updated
Type the following command into terminal:
python -c "from django.core.management.utils import get_random_secret_key; print(get_random_secret_key())"
Last updated