Metadata-Version: 1.2
Name: django-crmify
Version: 0.3.0
Summary: Connect your Django Application to your CRM of choice
Home-page: https://github.com/MeanPug/django-crmify
Author: Bobby Steinbach
Author-email: developers@meanpug.com
License: Apache License 2.0
Description-Content-Type: UNKNOWN
Description: # django-crmify
        A django app for quickly integrating a full-featured 3rd party CRM into an application
        
        ## Purpose
        To begin, the purpose of crmify is **NOT** to be a full featured CRM. It's utility is as a bridge between a Django application
        and a 3rd party CRM. 
        
        ## Example Workflows
        For the examples below, assume our setup is with the Insightly CRM.
         
        *Basic Lead Management*
        1. User comes to site and registers for account, this triggers a crmify event to create a lead in Insightly
        2. User unregisters account, this sets the lead status to the value of `settings.BACKEND_OPTIONS.LEAD_DEAD_STATUS`
        
        *Basic Sales Funnel*
        1. User comes to site and registers, triggers crmify to create a lead
        2. User makes a purchase, this sets the lead status to the value of `settings.BACKEND_OPTIONS.LEAD_CONVERTED_STATUS`
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
