django-docusign
django-docusign copied to clipboard
Integration of DocuSign's SaaS signature platform with Django
I am checking out the demo. I have created a sandbox account on the DocuSign site. I have stored those credentials under _Change DocuSign settings_ . I am trying to...
I'm trying to fill an "address" field in my docusign template prior to signing. Passing data was already discussed [here](https://github.com/novafloss/django-docusign/issues/66). But its not clear whether the support is actually working...
I might be missing something, but is there anything currently implemented that verifies callback (POST) events actually originate from Docusign?
DocuSign's API returns a 400 when a subject or blurb are not present in the envelope creation call. For this reason, i propose that we make them required arguments in...
The documentation didn't indicate that the callback url needs to be namespaced as 'anysign' by default. i suppose the only way to override this is to subclass the backend and...
i see the `docusign_template_id` exists on the `SignatureType` model in the demo, but the backend itself references this property that won't exist on an existing model unless explicitly added. This...
Feature request: as a developer, i'd like to be able to copy an empty `.env-sample`, save it as an ignored `.env-local` file, fill in some values, and be able to...
In order to ease maintenance of the project, as a maintainer, I want to share the release and merging guidelines.
There is no documentation how to use this plugin or what feature it have.