GithubHelp home page GithubHelp logo

aristo0922 / api-test Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 14 KB

회원 인증을 위한 문자 전송 api 개발 테스트

Python 100.00%
django-rest-framework naver-cloud naver-cloud-platform sms-api

api-test's Introduction

send SMS with naver cloud

< official site >

How to run?

  1. 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"
}
  1. run this code
python manage.py makemigrations
python manage.py migrate

python manage.py runserver

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.