< official site >
- set you secret key
{
"SECRET_KEY": "this line is for django secrets key",
"SMS_ACCESS_KEY_ID": "your access key id.",
"SMS_SERVICE_SECRET": "your access key secret password",
"SMS_SEND_PHONE_NUMBER": "what number will you send message with",
"SMS_PROJECT_ID": "you project id in naver console",
"SMS_SEND_URI": "https://sens.apigw.ntruss.com/sms/v2/services/"+ here is you project id+"/messages",
"SMS_SIGNATURE_URI": "/sms/v2/services/"+here is your project id+"/messages"
}
- run this code
python manage.py makemigrations
python manage.py migrate
python manage.py runserver