Added Deutsche Post as a shipping carrier, including new models, admin, serializers, and API client integration. Updated Carrier and SiteConfiguration models to support Deutsche Post, including shipping price and API credentials. Added requirements for the Deutsche Post API client and dependencies.
24 lines
195 B
Plaintext
24 lines
195 B
Plaintext
__pycache__/
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
|
|
# pyenv
|
|
.python-version
|
|
|
|
# Environments
|
|
.env
|
|
.venv
|
|
|
|
# mypy
|
|
.mypy_cache/
|
|
.dmypy.json
|
|
dmypy.json
|
|
|
|
# JetBrains
|
|
.idea/
|
|
|
|
/coverage.xml
|
|
/.coverage
|