Приложение для интеграции с API Boxberry
Project description
сделано с использованиемpython клиента 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.7.tar.gz
(11.9 kB
view hashes)
Built Distribution
Close
Hashes for django_boxberry-0.1.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 715ba740b1df156283706a4ec931390640c6b11a6bd5765b2959f99c2666a872 |
|
MD5 | d02aa3594da75f23773c5bec90003118 |
|
BLAKE2b-256 | 45848d9ee0b191c01f9d7888442769981c982a96ec849390aa64921eb8551411 |