Skip to main content

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

  1. Add “crispy_forms”,”app” & “docusign” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'crispy_forms',
        'app',
        'docusign',
        ...
    ]
  2. Add line : AUTH_USER_MODEL=’app.CustomUser’ to setting.py

  3. Add line : X_FRAME_OPTIONS = ‘ALLOWALL’ to setting.py

  4. Include the app URLconf in your project urls.py like this:

    path('', include('app.urls')),
  5. Run python manage.py makemigrations to create the migrations.

  6. Run python manage.py migrate to create the app models.

  7. Run python manage.py createsuperuser to create admin username & password to login.

  8. Start the development server and visit http://127.0.0.1:8000/manage/ to manage files & settings.

  9. Visit http://127.0.0.1:8000/form/ to sign document.

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

deligence-django-docusign-connect-2.0.tar.gz (3.3 MB view hashes)

Uploaded Source

Built Distribution

deligence_django_docusign_connect-2.0-py2.py3-none-any.whl (4.3 MB view hashes)

Uploaded Python 2 Python 3

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