(Collaborative and Analytical Customer Relationship Management Software)
Django-CRM is an open-source CRM solution designed with two primary goals:
No need to learn a proprietary framework - everything is built using the popular Django framework.
CRM also takes full advantage of the Django Admin site, with documentation all contained on a single web page!
Python.
Frontend and backend are entirely based on the Django Admin site.
CRM app uses adaptive Admin HTML templates out-of-the-box.
Django is an excellently documented framework with lots of examples.
The documentation on the Admin site takes up only one web page.
The original idea is that since Django Admin is already a professional object management interface with a flexible permissions system for users (view, change, add, and delete objects), all you need to do is create models for the objects (such as Leads, Requests, Deals, Companies, etc.) and add business logic.
All this ensures:
The software package provides two websites:
The project is mature and stable, and has been successfully used in real applications for many years.
The CRM software suite consists of the following main applications and their models:
Contributions are welcome! There is room for improvements and new features.
Check out our Contributing Guide to learn how to get started.
Every contribution, big or small, makes a difference.