A Django app to integrate aligo sms service.
Project description
Django-Aligo는 Django에서 알리고 SMS 서비스(https://smartsms.aligo.in)를 손쉽게 연동할 수 있도록 하는 app 입니다.
설치
Quick Start
“aligo_sms”를 settings.py의 INSTALLED_APPS에 추가합니다:
INSTALLED_APPS = [ ... 'aligo_sms' ]
- settings 파일에 아래 설정을 지정합니다::
DJANGO_ALIGO_IDENTIFIER = aligo identifer
DJANGO_ALIGO_KEY = aligo key
DJANGO_ALIGO_DEBUG = False # 테스트 모드 여부. 기본값 True.
DJANGO_ALIGO_SENDER = None # 기본 발신자 번호. 기본값 None
python manage.py migrate 를 실행해 aligo_sms의 모델을 생성합니다.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-aligo-0.1.2.tar.gz
(3.5 kB
view hashes)
Built Distribution
Close
Hashes for django_aligo-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0076044686b1f2621a0e06072576cba5a28495245fbbecf4fc95bf304d0ca2ad |
|
MD5 | d60920694c0af8c04f74077c5153ab33 |
|
BLAKE2b-256 | ddb8db63720f0757131f3759b0799855ea412aa1e0019ccd2e405c97e871cec5 |