Приложение для интеграции с API Boxberry
Project description
Установить:
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.tar.gz
(11.6 kB
view details)
File details
Details for the file django-boxberry-0.1.tar.gz
.
File metadata
- Download URL: django-boxberry-0.1.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5aaab74d2e0dca26609f856b6c35415f907640804da193b4ba3ae2b86bcb9c6d |
|
MD5 | e22eb2c20e490d216a2009241192814b |
|
BLAKE2b-256 | 16165d8a1408981a8a495ef13e6be969d0f633123b71587a8db944743dabe5a8 |