Приложение для интеграции с API Boxberry
Project description
сделано с использованием `python клиента Boxberry <https://github.com/AlekseevAV/boxberry>`__
Установка
Установить:
pip install django-boxberry
или из github:
pip install git+https://github.com/AlekseevAV/django-boxberry.git
Добавить django_boxberry в INSTALLED_APPS
INSTALLED_APPS = ( ... 'django_boxberry', )
Добавить настройки Boxberry API settings.py
BOXBERRY_TOKEN = 'token' BOXBERRY_ENDPOINT = 'http://test.boxberry.de/json.php'
Выполнить миграции
python manage.py migrate django_boxberry
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-boxberry-0.1.1.tar.gz
(11.7 kB
view details)
File details
Details for the file django-boxberry-0.1.1.tar.gz
.
File metadata
- Download URL: django-boxberry-0.1.1.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e6aaf0f9f86d5974fa5282b1eef878a3648363a5fcbf8e878f36f7db1df4db3 |
|
MD5 | 4dac5c8b008c728cda9c9be9b6f41e5e |
|
BLAKE2b-256 | 8cab20018a50fdd619f269fbe9831eb2d35188561f5d7f0de88937198d203c78 |