{ "info": { "author": "Micropyramid", "author_email": "hello@micropyramid.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "Django-CRM\n==========\n\nDjango CRM is opensource CRM developed on django framework. It has all the basic features of CRM to start with. We welcome code contributions and feature requests via github.\n\n.. list-table::\n :header-rows: 1\n :widths: 50 50 150 90\n :stub-columns: 1\n\n * - Build Status\n - Codacy\n - Docker\n - Support\n * - .. image:: https://travis-ci.org/MicroPyramid/Django-CRM.svg?branch=master\n :target: https://travis-ci.org/MicroPyramid/Django-CRM\n :alt: Travis\n\n .. image:: https://landscape.io/github/MicroPyramid/Django-CRM/master/landscape.svg?style=flat\n :target: https://landscape.io/github/MicroPyramid/Django-CRM/master\n :alt: Code Health\n\n - .. image:: https://api.codacy.com/project/badge/Grade/b11da5f09dd542479fd3bd53944595d2\n :target: https://app.codacy.com/project/ashwin/Django-CRM/dashboard\n :alt: Codacy Dashboard\n .. image:: https://coveralls.io/repos/github/MicroPyramid/Django-CRM/badge.svg?branch=master\n :target: https://coveralls.io/github/MicroPyramid/Django-CRM?branch=master\n :alt: Codacy Coverage\n\n - .. image:: https://img.shields.io/docker/automated/micropyramid/django-crm.svg\n :target: https://github.com/MicroPyramid/Django-CRM\n :alt: Docker Automated\n .. image:: https://img.shields.io/docker/build/micropyramid/django-crm.svg\n :target: https://github.com/MicroPyramid/Django-CRM\n :alt: Docker Build Passing\n .. image:: https://img.shields.io/docker/stars/micropyramid/django-crm.svg\n :target: https://hub.docker.com/r/micropyramid/django-crm/\n :alt: Docker Stars\n .. image:: https://img.shields.io/docker/pulls/micropyramid/django-crm.svg\n :target: https://hub.docker.com/r/micropyramid/django-crm/\n :alt: Docker Pulls\n\n - .. image:: https://badges.gitter.im/Micropyramid/Django-CRM.png\n :target: https://gitter.im/MicroPyramid/Django-CRM\n :alt: Gitter\n .. image:: https://www.codetriage.com/micropyramid/django-crm/badges/users.svg\n :target: https://www.codetriage.com/micropyramid/django-crm\n :alt: Code Helpers\n .. image:: https://img.shields.io/github/license/MicroPyramid/Django-CRM.svg\n :target: https://pypi.python.org/pypi/Django-CRM/\n .. image:: https://opencollective.com/django-crm/backers/badge.svg\n :alt: Backers on Open Collective\n :target: #backers\n .. image:: https://opencollective.com/django-crm/sponsors/badge.svg\n :alt: Sponsors on Open Collective\n :target: #sponsors\n\n\nhttp://django-crm.readthedocs.io for latest documentation\n\n\nThis project contains the following modules.\n\n * Contacts\n * Accounts\n * Cases\n * Leads\n * Opportunity\n * Planner\n\n\nTry\n===\n\nDemo Available `here`_.\n\nDemo credentials for Django CRM:\n\n * **Email:** admin@micropyramid.com\n * **Password:** admin\n\n\nInstallation\n============\n\n* Install the dependencies\n\n .. code-block:: python\n\n pip install -r requirements.txt\n cp crm/local_settings.example crm/local_settings.py\n python manage.py makemigrations\n python manage.py createsuperuser\n python manage.py runserver\n\n This will install all the required dependencies for django-crm.\n\n Then update the local_settings.py file with your email host server credentials.\n\n .. code-block:: python\n\n EMAIL_HOST = \n EMAIL_HOST_USER = \n EMAIL_HOST_PASSWORD = \n\n These settings allow django-crm to send emails.\n After this download and install the System Requirements.\n\n\nSystem Requirements\n===================\n\n- wkhtmltopdf (https://wkhtmltopdf.org/downloads.html)\n- sass (https://www.npmjs.com/package/sass) or (https://rubygems.org/gems/sass)\n\nCommunity\n=========\n\nGet help or stay up to date.\n\n- [Contribute on Issues](https://github.com/MicroPyramid/Django-CRM/issues)\n- Follow [@micropyramid](https://twitter.com/micropyramid) on Twitter\n- Ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/django-crm)\n- Chat with community [Gitter](https://gitter.im/MicroPyramid/Django-CRM)\n- For customisations, email django-crm@micropyramid.com\n\nCredits\n+++++++\n\nContributors\n------------\n\nThis project exists thanks to all the people who contribute!\n\n.. image:: https://opencollective.com/django-crm/contributors.svg?width=890&button=false\n\nBackers\n-------\n\nThank you to all our backers! `Become a backer`__.\n\n.. image:: https://opencollective.com/django-crm/backers.svg?width=890\n :target: https://opencollective.com/django-crm#backers\n\n__ Backer_\n.. _Backer: https://opencollective.com/django-crm#backer\n\nSponsors\n--------\n\nSupport us by becoming a sponsor. Your logo will show up here with a link to your website. `Become a sponsor`__.\n\n.. image:: https://opencollective.com/django-crm/sponsor/0/avatar.svg\n :target: https://opencollective.com/django-crm/sponsor/0/website\n\n__ Sponsor_\n.. _Sponsor: https://opencollective.com/django-crm#sponsor\n\n\n\nFeature requests and bug reports\n================================\nWe welcome your feedback and support, raise github issue if you want to report a bug or request new feature. we are glad to help.\n\nNeed additional commercial support? `Contact us here`_\n\n.. _contact us here: https://micropyramid.com/contact-us/\n\n.. _here: https://django-crm.micropyramid.com/\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/MicroPyramid/Django-CRM.git", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-crm", "package_url": "https://pypi.org/project/django-crm/", "platform": "", "project_url": "https://pypi.org/project/django-crm/", "project_urls": { "Homepage": "https://github.com/MicroPyramid/Django-CRM.git" }, "release_url": "https://pypi.org/project/django-crm/0.6.0/", "requires_dist": null, "requires_python": "", "summary": "An opensourse CRM developed on django framework", "version": "0.6.0" }, "last_serial": 5880971, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "4a462ba4a4a70e221ce52237173c0380", "sha256": "2176732fa58581474c2232fec1311f8c98765d8d0dacfb5204aee9f620e687f3" }, "downloads": -1, "filename": "django_crm-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "4a462ba4a4a70e221ce52237173c0380", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2097, "upload_time": "2019-02-01T05:52:28", "url": "https://files.pythonhosted.org/packages/e4/7a/cc3dd9bc3ae879857b6874c32049dc645cf1af15e0172f6e41d9a68fb39f/django_crm-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1205265e90355c417f127d90035d0a2f", "sha256": "08179cb05c4766f1beb09aaca1c6858de0dc09a2ad6baf82abc83aaa6010aa42" }, "downloads": -1, "filename": "django-crm-0.2.0.tar.gz", "has_sig": false, "md5_digest": "1205265e90355c417f127d90035d0a2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2504, "upload_time": "2019-01-31T17:54:50", "url": "https://files.pythonhosted.org/packages/da/28/18edaba68cd76bca60c140acc5c55f1aafb0584c8dc3739bfd51814d8d15/django-crm-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "5f835249f9478991fa92d425321713bc", "sha256": "e0d77ad7db0a75d16c3e20f62abd3a4a1f77cbee98eb5f44505da59d965a1b23" }, "downloads": -1, "filename": "django_crm-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "5f835249f9478991fa92d425321713bc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2097, "upload_time": "2019-02-01T05:57:45", "url": "https://files.pythonhosted.org/packages/e1/45/11fa2e8f77fa0a675f664b18d2b1b30b1d749a42c27a2317f19b9328ef84/django_crm-0.2.1-py3-none-any.whl" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "56253badbd50e828a6e17dda372ab74f", "sha256": "ae3fbedbf51a88508c0dc8b9d686f35c18f1c7ff403f5a18570bea40e391df9e" }, "downloads": -1, "filename": "django-crm-0.3.0.tar.gz", "has_sig": false, "md5_digest": "56253badbd50e828a6e17dda372ab74f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 248966, "upload_time": "2019-06-18T18:48:18", "url": "https://files.pythonhosted.org/packages/18/a2/ba8d843b82e47d314e30e6fbb8262d1cbd56fa73b850b088b86a7f0f9531/django-crm-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "a232bbe5a0864be9efbcb90c50234f0b", "sha256": "897f95a2c4fab9751b1bfb563ef3ef79f5853844bd4d6a65b6df7e9833cd3e6c" }, "downloads": -1, "filename": "django-crm-0.4.0.tar.gz", "has_sig": false, "md5_digest": "a232bbe5a0864be9efbcb90c50234f0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 297977, "upload_time": "2019-08-03T04:10:17", "url": "https://files.pythonhosted.org/packages/20/ab/f70864430b534f93c3e1fe32b61b461ad115a1bdecca6ee03c29da661bf9/django-crm-0.4.0.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "b2ef12b0f67c4d672ec6701aa0472d51", "sha256": "f7e43e74469ec2ddad9844c70b65ec8307cef36e7e3b1848e7593479a5c3f8de" }, "downloads": -1, "filename": "django-crm-0.5.0.tar.gz", "has_sig": false, "md5_digest": "b2ef12b0f67c4d672ec6701aa0472d51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 344426, "upload_time": "2019-09-23T18:26:34", "url": "https://files.pythonhosted.org/packages/40/bd/ee78038a6e4b78a0471326a139808261233362ccc3655d1c35c3034bdfb1/django-crm-0.5.0.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "dd9c12e4bc2bbd45d1c83c7d94fc3536", "sha256": "47ba7ae1a415b8ee0eb95e7be679186296724053bf44cf805d61dd6b28c3275d" }, "downloads": -1, "filename": "django-crm-0.6.0.tar.gz", "has_sig": false, "md5_digest": "dd9c12e4bc2bbd45d1c83c7d94fc3536", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 348659, "upload_time": "2019-09-24T16:54:42", "url": "https://files.pythonhosted.org/packages/66/9e/669ba86b79db72c2667cce16bd0c65e2df1e653eab01812b00e88c7522d3/django-crm-0.6.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dd9c12e4bc2bbd45d1c83c7d94fc3536", "sha256": "47ba7ae1a415b8ee0eb95e7be679186296724053bf44cf805d61dd6b28c3275d" }, "downloads": -1, "filename": "django-crm-0.6.0.tar.gz", "has_sig": false, "md5_digest": "dd9c12e4bc2bbd45d1c83c7d94fc3536", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 348659, "upload_time": "2019-09-24T16:54:42", "url": "https://files.pythonhosted.org/packages/66/9e/669ba86b79db72c2667cce16bd0c65e2df1e653eab01812b00e88c7522d3/django-crm-0.6.0.tar.gz" } ] }