{ "info": { "author": "", "author_email": "dev@masaval.cl", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.8", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "# django_pipedrive\n\n[![CircleCI](https://circleci.com/gh/MasAval/django_pipedrive.svg?style=svg)](https://circleci.com/gh/MasAval/django_pipedrive)\n[![codecov](https://codecov.io/gh/MasAval/django_pipedrive/branch/master/graph/badge.svg)](https://codecov.io/gh/MasAval/django_pipedrive)\n\ndjango_pipedrive is a simple Django app to post data to the Pipedrive service and keep track of its online data. \nThe app listens for the Pipedrive webhooks for every event as for version 1 of the API.\n\nQuick start\n-----------\n\n1. Add \"django_pipedrive\" to your INSTALLED_APPS setting like this::\n\n```python\n INSTALLED_APPS = (\n ...\n 'django_pipedrive',\n )\n```\n\n2. Configure the variable \"PIPEDRIVE_API_KEY\" in settings like this::\n\n```python\n\n PIPEDRIVE_API_KEY=\"your_actual_pipedrive_api_key\"\n```\n\n3. Include the django_pipedrive URLconf in your project urls.py like this::\n```python\n url(r'^django_pipedrive/', include('django_pipedrive.urls')),\n```\n4. Run `python manage.py migrate` to create the django_pipedrive models.\n\n5. Start the development server and visit http://127.0.0.1:8000/django_pipedrive/\n to verify that the server is listening for webhooks (you'll just read a Hello World, but that is enough to check that the server is working).\n\n6. Register the url as a webhook at https://yourdomain.pipedrive.com/webhooks\n\n## Available Models\n\n- pipedrive.User\n- pipedrive.Pipeline\n- pipedrive.Stage\n- pipedrive.Person\n- pipedrive.Organization\n- pipedrive.Deal\n- pipedrive.Activity\n- pipedrive.Note\n\n### Model conventions\n\nAll models have field called 'external_id' which is the corresponding 'id' at Pipedrive.\n\n## Compatibility\n\nThe app has been tested with Django1.8 and Postgres 9.5.6\n\n## Caveats\n\nAs for the first version of the app, it requires the extension HStore of postgres to deal with Pipedrive's custom fields\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/MasAval/django_pipedrive", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-pipedrive2", "package_url": "https://pypi.org/project/django-pipedrive2/", "platform": "", "project_url": "https://pypi.org/project/django-pipedrive2/", "project_urls": { "Homepage": "https://github.com/MasAval/django_pipedrive" }, "release_url": "https://pypi.org/project/django-pipedrive2/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "A Django app to syncronice data with Pipedrive.", "version": "0.1.0" }, "last_serial": 4101972, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3d69dec1671ed84623d81dd050496b55", "sha256": "d6a99748f05eb3ad945f69439fe925110f078dead84e54f2e8a62995df773576" }, "downloads": -1, "filename": "django_pipedrive2-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "3d69dec1671ed84623d81dd050496b55", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 37684, "upload_time": "2018-07-25T20:19:14", "url": "https://files.pythonhosted.org/packages/7c/32/6ab382e4232448e0523d401b450cddee88ae9b6a626ae33029690065658e/django_pipedrive2-0.1.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3d69dec1671ed84623d81dd050496b55", "sha256": "d6a99748f05eb3ad945f69439fe925110f078dead84e54f2e8a62995df773576" }, "downloads": -1, "filename": "django_pipedrive2-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "3d69dec1671ed84623d81dd050496b55", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 37684, "upload_time": "2018-07-25T20:19:14", "url": "https://files.pythonhosted.org/packages/7c/32/6ab382e4232448e0523d401b450cddee88ae9b6a626ae33029690065658e/django_pipedrive2-0.1.0-py3-none-any.whl" } ] }