hellosign-python-sdk-demo

时间:2024-05-21 11:03:31
【文件属性】:

文件名称:hellosign-python-sdk-demo

文件大小:172KB

文件格式:ZIP

更新时间:2024-05-21 11:03:31

HTML

hellosign-demo-app 在Python中为hellosign_python_sdk编写的演示应用程序 如何使用 1.克隆源代码并安装django git clone git@github.com:hellosign/hellosign-python-sdk-demo.git cd hellosign-python-sdk-demo pip install django 2.编辑设定 复制settings.py.sample到settings.py在hellosign/ 。 然后使用您自己的API_KEY和CLIENT_ID和SECRET更新文件。 (您可以在此处获取API_KEY , CLIENT_ID , SECRET : : )。 如果您要在Heroku上部署应用程序,则可能需要保留示例内容并改用Heroku环境变量。 3.启动服务器 python manage


【文件预览】:
hellosign-python-sdk-demo-master
----.gitignore(572B)
----requirements.txt(157B)
----README.md(2KB)
----hellosign()
--------templates()
--------__init__.py(0B)
--------views.py(11KB)
--------models.py(57B)
--------forms.py(141B)
--------docs()
--------tests.py(383B)
--------settings.py.sample(140B)
----Procfile(31B)
----manage.py(254B)
----django_site()
--------urls.py(1KB)
--------__init__.py(0B)
--------static()
--------wsgi.py(1KB)
--------settings.py(6KB)

网友评论