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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-aligo-0.1.2.tar.gz.
File metadata
- Download URL: django-aligo-0.1.2.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4bf40776052b6a518cde1bf099d8f919cf8a20023bb180cd4991a9d89dcb0b9
|
|
| MD5 |
41f098e977dcbf695cf037be85b0509f
|
|
| BLAKE2b-256 |
c5fa1991b7b9c89b7ec66c0796bf05d9c63fdf22ece31aef59102754b46db698
|
File details
Details for the file django_aligo-0.1.2-py3-none-any.whl.
File metadata
- Download URL: django_aligo-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0076044686b1f2621a0e06072576cba5a28495245fbbecf4fc95bf304d0ca2ad
|
|
| MD5 |
d60920694c0af8c04f74077c5153ab33
|
|
| BLAKE2b-256 |
ddb8db63720f0757131f3759b0799855ea412aa1e0019ccd2e405c97e871cec5
|