django-ai-chat / key.py
yuto0o
readme修正
34d98fd
raw
history blame
95 Bytes
from django.core.management.utils import get_random_secret_key
print(get_random_secret_key())