A Django app to pass code auth via sms.
Project description
===== django-pass-code
Приложение для авторизации через смс, при помощи сервиса smsc.ru
Быстрый запуск
-
Добавьте "account" в файле settings.py в INSTALLED_APPS::
INSTALLED_APPS = [ ... 'account', ]
-
Подключите путь account::
path('account/', include('account.urls')),
-
Выполните
python manage.py migrateдля миграций.
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-pass-code-0.1.tar.gz
(3.6 kB
view details)
File details
Details for the file django-pass-code-0.1.tar.gz.
File metadata
- Download URL: django-pass-code-0.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
482e3d4bdf9472ccf72964f8455e35ae6660d691cdf612f7048e2a42707ccb8e
|
|
| MD5 |
cdb650bb8d8d213e10eabf3f23765e50
|
|
| BLAKE2b-256 |
9208dcb3bd1ccd92d935ab69077286b0d45931d72428ba7f5a669b4cb2c82179
|