Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DjangoCRM/django-crm
Analytical CRM with Tasks management, Email marketing and many more. Django CRM software app is built for individual use by businesses of any size or freelancers and is designed to provide easy customization and quick development. ✨
https://github.com/DjangoCRM/django-crm
contacts contacts-app crm crm-platform crm-system customer customer-segmentation django django-crm email-marketing memo newsletter project-manager python reports sales sales-analysis tasks to-do-list web-application
Last synced: 1 day ago
JSON representation
Analytical CRM with Tasks management, Email marketing and many more. Django CRM software app is built for individual use by businesses of any size or freelancers and is designed to provide easy customization and quick development. ✨
- Host: GitHub
- URL: https://github.com/DjangoCRM/django-crm
- Owner: DjangoCRM
- License: agpl-3.0
- Created: 2024-06-23T13:13:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-06T15:56:38.000Z (3 days ago)
- Last Synced: 2025-01-06T16:53:17.526Z (2 days ago)
- Topics: contacts, contacts-app, crm, crm-platform, crm-system, customer, customer-segmentation, django, django-crm, email-marketing, memo, newsletter, project-manager, python, reports, sales, sales-analysis, tasks, to-do-list, web-application
- Language: Python
- Homepage: https://django-crm-admin.readthedocs.io
- Size: 7.27 MB
- Stars: 110
- Watchers: 5
- Forks: 67
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
- awesome-django - Django CRM Admin - Open source Python CRM built entirely on Django Admin Site. (Projects / Open Source Projects)
README
# Django-CRM
*(Collaborative and Analytical Customer Relationship Management Software)*
**Django-CRM** is an open-source CRM solution designed with two primary goals:
- **For users**: Deliver enterprise-level open-source CRM software with a comprehensive suite of business solutions.
- **For developers**: Simplify the processes of development, customization, and production server support.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![](https://github.com/DjangoCRM/django-crm/blob/main/docs/pics/deals_screenshot.png)
## Customer Relationship Management Features
| | | |
|------------------------------|------------------------------------------|----------------------------------|
| ☑️ **Team Tasks & Projects** | ☑️ **Lead Management** | ☑️ **Email Marketing** |
| ☑️ **Contact Management** | ☑️ **Deal Tracking & Sales Forecasting** | ☑️ **Role-Based Access Control** |
| ☑️ **Sales Analytics** | ☑️ **Internal Chat Integration** | ☑️ **Mobile-Friendly Design** |
| ☑️ **Customizable Reports** | ☑️ **Automated Email Sync** | ☑️ **Multi-Currency Support** |Learn more about the software's capabilities [here](https://github.com/DjangoCRM/django-crm/blob/main/docs/crm_system_overview.md).
Django CRM is an open-source client relationship management software. This CRM is written in Python.
Frontend and backend are entirely based on the Django [Admin site](https://docs.djangoproject.com/en/dev/ref/contrib/admin/).
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:
- significantly easier project customization and development
- simpler project deployment and production server supportThe software package provides two websites:
- CRM site for all users
- site for administratorsThe **project is mature and stable**, and has been successfully used in real applications for many years.
## Main Applications
The CRM software suite consists of the following **main applications** and their models:
- **TASKS Management app**:
(available to all users by default, regardless of their role)
- Task (with related: files, chat, reminders, tags - see [task features](https://github.com/DjangoCRM/django-crm/blob/main/docs/django-crm_task_features.md))
- subtasks
- Memo (office memo) - see [memo features](https://github.com/DjangoCRM/django-crm/blob/main/docs/django-crm_memo_features.md)
- tasks / project
- Project (*tasks collection*):
- ... (+ *4 more models*)
- **CRM app**:
- Requests (commercial inquiries)
- Leads (potential customers)
- Companies
- Contact persons (associated with their companies)
- Deals (like "Opportunities")
- Email messages (sync with user email accounts)
- Products (goods and services)
- Payments (received, guaranteed, high and low probability)
- ... (*+ 12 more models*)
[](https://github.com/DjangoCRM/django-crm/blob/main/docs/pics/income_summary_screenshot.png)
- **ANALYTICS app**: (detailed software overview [here](https://github.com/DjangoCRM/django-crm/blob/main/docs/django-crm_analytics_app_overview.md))
- Income Summary report (*see [screenshot](https://github.com/DjangoCRM/django-crm/blob/main/docs/pics/income_summary_screenshot.png)*)
- Sales funnel report
- Lead source Summary report
- ... (+ *5 more analytical reports*)
- **MASS MAIL app**:
- Email Accounts
- Email Messages (newsletters)
- Email Signatures (user signatures)
- Mailings## Supporting Applications
The CRM package also contains **supporting applications** such as:
- Chat app (chat is available in every instance of a task, project, office memo and deal)
- VoIP app (contact clients from deals)
- Help app (dynamic help pages depending on user role)
- Common app:
- 🪪 User profiles
- ⏰ Reminders (for tasks, projects, office memos and deals)
- 📝 Tags (for tasks, projects, office memos and deals)
- 📂 Files (for tasks, projects, office memos and deals)## Additional Functionality
- Web form integration: CRM contact form has built-in:
- reCAPTCHA v3 protection
- automatic geolocation
- User's email account integration and synchronization. Email messages are automatic:
- saved in the CRM database
- linked to the appropriate CRM objects (like: requests, leads, deals, etc.)
- VoIP callback to smartphone
- Sending messages via messengers (like: Viber, WhatsApp, ...)
- Excel Support: Import/export contact details with ease.## Email Client
The Python CRM system includes a built-in email client that operates using **SMTP** and **IMAP** protocols.
This enables Django-CRM to automatically store copies of all correspondence related to each request and deal within its database.
The functionality ensures that even if communications occur through the user's external email account (outside the CRM).
They are captured and organized within the system using a **ticketing mechanism**.The CRM can integrate with email service providers (like Gmail) that require mandatory two-step authentication (using the **OAuth 2.0** protocol) for third-party applications.
## User Assistance
- Each CRM page includes a link to a context-aware help page, with content dynamically tailored to the user's role for more relevant guidance.
- Tooltips are available throughout the interface, providing instant information when hovering over elements like icons, buttons, links, or table headers.
- A comprehensive [user guide](https://github.com/DjangoCRM/django-crm/blob/main/docs/django-crm_user_guide.md) file is also included for in-depth reference and support.## Elevate Your Team's Productivity with Collaborative CRM Solutions
This CRM is designed to enhance collaboration within teams and streamline project management processes.
As a collaborative CRM, it allows users to create and manage memos, tasks, and projects with ease.
[Office memos](https://github.com/DjangoCRM/django-crm/blob/main/docs/django-crm_memo_features.md) can be directed to department heads or company executives, who can then transform these memos into tasks or projects, assigning responsible persons or executors.
[Tasks](https://github.com/DjangoCRM/django-crm/blob/main/docs/django-crm_task_features.md) can be individual or collective.
Tasks provide features such as chat discussions, reminders, file sharing, creating subtasks, and sharing results.
Users receive notifications directly in the CRM and via email, ensuring they stay informed.
Each user has a clear view of their task stack, including priorities, statuses, and next steps, thereby enhancing productivity and accountability in collaborative customer relationship management.## Project Localization
Django CRM has [full support](https://docs.djangoproject.com/en/dev/topics/i18n/) for translation of interface, formatting of dates, times, and time zones.
## Why Choose Django-CRM?
- **Collaborative CRM**: Boost team productivity with tools for task management, project collaboration, and internal communication.
- **Analytical CRM**: Gain actionable insights with built-in reports like sales funnel, income summary, and lead source analysis.
- **Python and Django-Based**: No proprietary frameworks required - everything is built on Django with an intuitive Admin interface.## Getting Started
If you find Django-CRM helpful, please ⭐️ **star** this repo on GitHub to support its growth!
Django-CRM can be easily deployed as a regular Django project.
📚 Please refer to:
- [Installation and Configuration Guide](https://github.com/DjangoCRM/django-crm/blob/main/docs/installation_and_configuration_guide.md)
- [User Guide](https://github.com/DjangoCRM/django-crm/blob/main/docs/django-crm_user_guide.md)### Compatibility
- Django 5.1.x
- Python 3.10+
- MySQL 8.0.11+
- PostgreSQL 12+## Contributing
Contributions are welcome! There is room for improvements and new features.
Check out our [Contributing Guide](https://github.com/DjangoCRM/django-crm/blob/main/CONTRIBUTING.md) to learn how to get started.
Every contribution, big or small, makes a difference.## Credits
- Google material [icons](https://fonts.google.com/icons).
- [NicEdit](https://nicedit.com) - WYSIWYG Content Editor.