installable django app to integrate with docusign APIs.
Project description
Docusign Connect
Docusign Connect is a Django app to instantly connect django project with docusign e-signing platform by APIs. This Package comes with build in admin panel to sign and maintain files & docusign api values can be added by admin panel.
Quick start
Add “crispy_forms”,”app” & “docusign” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'crispy_forms', 'app', 'docusign', ... ]Add line : AUTH_USER_MODEL=’app.CustomUser’ to setting.py
Add line : X_FRAME_OPTIONS = ‘ALLOWALL’ to setting.py
Include the app URLconf in your project urls.py like this:
path('', include('app.urls')),Run python manage.py makemigrations to create the migrations.
Run python manage.py migrate to create the app models.
Run python manage.py createsuperuser to create admin username & password to login.
Start the development server and visit http://127.0.0.1:8000/manage/ to manage files & settings.
Visit http://127.0.0.1:8000/form/ to sign document.
PyPI page: https://pypi.org/project/deligence-django-docusign-connect/
Bugtracker: https://github.com/deligence-vinit/deligence-django-docusign-connect/issues
Code repository: https://github.com/deligence-vinit/deligence-django-docusign-connect
For integration contact sanjay@deligence.com
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file deligence-django-docusign-connect-2.0.tar.gz.
File metadata
- Download URL: deligence-django-docusign-connect-2.0.tar.gz
- Upload date:
- Size: 3.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69b841eb3b9d5f71a3738b5003f52b87d3d78e0c7e14edb61dfe8d0d1f351b51
|
|
| MD5 |
32790e9282299b08a1d00f1f40a19fe0
|
|
| BLAKE2b-256 |
e3c1fb3ff07f8ecf8089116e9ad299b483fa5d9b5218be2af655492881aa4b6a
|
File details
Details for the file deligence_django_docusign_connect-2.0-py2.py3-none-any.whl.
File metadata
- Download URL: deligence_django_docusign_connect-2.0-py2.py3-none-any.whl
- Upload date:
- Size: 4.3 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71a1545c3aa58181e4c314043eca69017e883cad3941ea1c4ae533ce61c8bbd0
|
|
| MD5 |
e225aac48b59685bbf555e1581deb247
|
|
| BLAKE2b-256 |
f334bc9c025f62ae1932375db0adc6ea067cae07efa8184c209e015e7e78f863
|