JohnZ

Results 4 issues of JohnZ

Is this deprecated? pip install django-bootstrap-dialogs Could not find a version that satisfies the requirement django-bootstrap-dialogs (from versions: ) No matching distribution found for django-bootstrap-dialogs

Hello! I have seen a few tickets related to windows support that have been closed. Since they are closed, I am making the assumption that people have figured out fixes...

Using the most up-to-date posted code to GitHub. I am trying to allow access for my server to be authorized, or any host for my testing matters, and I do...

``` pydocusign.SignHereTab( documentId=1, pageNumber=settings.DOCUSING_SIGN_PAGE, xPosition=settings.DOCUSIGN_SIGN_XPOS, yPosition=settings.DOCUSIGN_SIGN_YPOS, ), ``` works ``` pydocusign.fullNameTabs( name="Name", tabLabel="Name 1", pageNumber=settings.DOCUSING_SIGN_PAGE, xPosition=375, yPosition=574, ), ``` fullNameTabs, companyTabs etc is not recognized. What is the best bet...