django-crm is an open source Django Customer Relationship Management (CRM) pluggable app.
This project was originally extracted from minibooks, the open source Django CRM and bookkeeping package.
While it's just a Django app, the easiest way to get started with django-crm is to clone this project and switch to the sample_project
directory, then configure your database settings and SECRET_KEY in settings.py, run ./manage.py syncdb
, and ./manage.py runserver
.
django-crm depends on the following pluggable apps:
Users in an optional "Contact Notifications" Group will receive an email including a diff of the changes made.
Development sponsored by Caktus Consulting Group, LLC