文件名称:django-easypost:django-easypost
文件大小:18KB
文件格式:ZIP
更新时间:2024-05-21 12:26:09
Python
django-easypost python easypost库的django包装器 用法 该软件包需要一个easypost api密钥。 Easypost提供了活动密钥和测试密钥,可以将其添加到站点的settings.py ,如下所示,以区分环境: ############# # EASYPOST # ############# if PRODUCTION: EASYPOST_API_KEY = 'uiop4567890' else: EASYPOST_API_KEY = 'qwerty12345' 测验 python runtests.py 发展 # to get easypost on the python sys path (should be in a virtualenv for this project) pip install -e . # For
【文件预览】:
django-easypost-master
----MANIFEST.in(110B)
----requirements.dev.txt(28B)
----LICENSE(1KB)
----runtests.py(433B)
----requirements.txt(31B)
----setup.py(1KB)
----.gitignore(702B)
----easypost()
--------models.py(21KB)
--------templates()
--------factories.py(3KB)
--------static()
--------__init__.py(396B)
--------tasks.rst(249B)
--------views.py(690B)
--------admin.py(311B)
--------test_settings.py(621B)
--------tests.py(8KB)
--------tasks.py(2KB)
--------urls.py(217B)
--------forms.py(24B)
----README.md(683B)
----.editorconfig(196B)