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 2 months ago