Skip to main content

Приложение для интеграции с 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.2.tar.gz (11.7 kB view hashes)

Uploaded Source

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