Skip to main content

Приложение для интеграции с 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)

Uploaded Source

Built Distribution

django_boxberry-0.1.7-py3-none-any.whl (19.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page