django-crm-admin


Namedjango-crm-admin JSON
Version 1.5.1 PyPI version JSON
download
home_pagehttps://DjangoCRM.github.io/info/
SummaryThe Analytical CRM with Tasks management, Email marketing and many more. This 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.
upload_time2025-07-27 10:18:19
maintainerNone
docs_urlNone
authorVadym Kharchenko
requires_python>=3.10
licenseAGPL-3.0-or-later
keywords crm django crm django-crm python crm crm software analytical crm crm package free crm management software mailing crm crm and task management software
VCS
bugtrack_url
requirements aiohttp aiosignal asgiref attrs certifi charset-normalizer Django et-xmlfile frozenlist geoip2 idna maxminddb multidict mysqlclient numpy openpyxl pandas polib python-dateutil pytz requests six sqlparse tendo tzdata urllib3 XlsxWriter yarl
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="right">
<a href="https://github.com/DjangoCRM/django-crm/blob/main/README.md">English</a> |
<a href="https://github.com/DjangoCRM/django-crm/blob/main/docs/README/README-hindi.md">हिन्दी</a> |
<a href="https://github.com/DjangoCRM/django-crm/blob/main/docs/README/README-spanish.md">Español</a> |
<a href="https://github.com/DjangoCRM/django-crm/blob/main/docs/README/README-chinese.md">中文</a> |
<a href="https://github.com/DjangoCRM/django-crm/blob/main/docs/README/README-portuguese.md">Português</a> |
<a href="https://github.com/DjangoCRM/django-crm/blob/main/docs/README/README-arabic.md">اَلْعَرَبِيَّةُ</a> |
<a href="https://github.com/DjangoCRM/django-crm/blob/main/docs/README/README-french.md">Français</a> |
<a href="https://github.com/DjangoCRM/django-crm/blob/main/docs/README/README-german.md">Deutsch</a> |
<a href="https://github.com/DjangoCRM/django-crm/blob/main/docs/README/README-dutch.md">Nederlands</a> |
<a href="https://github.com/DjangoCRM/django-crm/blob/main/docs/README/README-italian.md">Italiano</a> |
<a href="https://github.com/DjangoCRM/django-crm/blob/main/docs/README/README-ukrainian.md">Українська</a>
</p>

---

# Django-CRM

*(Collaborative and Analytical Customer Relationship Management Software)*

**Django-CRM** is an open-source CRM solution designed with **two primary goals**:

- **For end users**: Deliver enterprise-level open-source CRM software with a comprehensive suite of business solutions.  
- **For maintainers and developers**: Significantly simplify the:

  - Customization of the application
  - Set up and maintain a production environment
  - Development of new features and integrations


**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!

[<img src="https://github.com/DjangoCRM/django-crm/raw/main/docs/pics/deals_screenshot.png" alt="Screenshot Django-CRM" align="center" style="float: center"/>](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](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 <a href="https://www.python.org" target="_blank"><img src="https://github.com/DjangoCRM/django-crm/raw/main/docs/site/icons/python-logo.svg" style="vertical-align: bottom" alt="python logo" width="25" height="25"> Python</a>.  
Frontend and backend are entirely based on the <a href="https://docs.djangoproject.com/en/dev/ref/contrib/admin/" target="_blank">Django Admin site</a>.  
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.  
A **table view of CRM objects** with sorting and filtering by multiple fields enables users to quickly locate relevant information, prioritize tasks, and manage large volumes of data with greater efficiency.

**All this ensures**:

- **significantly easier project customization and development**
- **simpler project deployment and production server support**

The software package provides two websites:

1. CRM site for all users
2. Site for administrators

The **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 <a href="https://github.com/DjangoCRM/django-crm/tree/main/tasks/models" target="_blank">models</a>*)
- **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 <a href="https://github.com/DjangoCRM/django-crm/tree/main/crm/models" target="_blank">models</a>*)
[<img src="https://github.com/DjangoCRM/django-crm/raw/main/docs/pics/income_summary_thumbnail.png" alt="Analytical crm report" align="right" width="190px" style="float: right"/>](https://github.com/DjangoCRM/django-crm/blob/main/docs/pics/income_summary_screenshot.png)
- **ANALYTICS app**: ([detailed software overview](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 Marketing Software](https://github.com/DjangoCRM/django-crm/blob/main/massmail/README.md)):
  - 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.

## Mailing CRM

The CRM system includes a **bulk mailing** feature that allows users to send personalized newsletters to their contacts.  
Customer segmentation features allow you to create targeted email marketing campaigns, and these can be managed directly within the CRM interface.

## User Assistance  

- Each CRM page includes a link <img src="https://github.com/DjangoCRM/django-crm/raw/main/docs/site/icons/question-mark.svg" alt="question-mark icon" style="vertical-align: bottom" width="25" height="25"> 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

The [CRM Task management](https://djangocrm.github.io/info/features/tasks-app-features/) 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

<img src="https://github.com/DjangoCRM/django-crm/raw/main/docs/site/icons/languages.svg" alt="django logo" width="30" height="30" style="vertical-align: bottom"> Customer service software is now available in **many languages:**  

`ar, cs, de, el, en, es, fr, he, hi, id, it, ja, ko, nl, pl, pt-br, ro, ru, tr, uk, vi, zh-hans`

Django CRM has full support for translation of interface, formatting of dates, times, and time zones.  

## Why Choose Django-CRM?

- **Self-Hosting**: The CRM application software is designed to be self-hosted, allowing you to have full control over your CRM data and environment. By self-hosting, you can customize the CRM to fit your specific business needs and ensure that your data remains private and secure.
- **Collaborative CRM**: Boost team productivity with tools for task management, project collaboration, and internal communication.
- **Automated email system**: Email marketing CRM integration and automatically saving copies of all correspondence associated with each request and deal in its database.
- **Analytical CRM**: Gain actionable insights with built-in reports like sales funnel, income summary, and lead source analysis.
- **Python and Django-Based**: No learning of a proprietary framework is required - all built on Django with an intuitive admin interface. The frontend and backend, based on Django Admin, make it much easier customization and development projects, as well as deploy and maintain a production server.

## Getting Started

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)
- or visit <a href="https://django-crm-admin.readthedocs.io" target="_blank">Read The Docs</a>
- For unreleased changes, see [CHANGELOG](https://github.com/DjangoCRM/django-crm/blob/main/CHANGELOG.md)

If you find Django-CRM helpful, please ⭐️ **star** this repo on GitHub to support its growth!

### Compatibility

- <img src="https://github.com/DjangoCRM/django-crm/raw/main/docs/site/icons/django-logo.svg" alt="django logo" width="30" height="30" style="vertical-align: middle"> Django 5.1.x, 5.2.1+ (LTS - long-term support release)
- <img src="https://github.com/DjangoCRM/django-crm/raw/main/docs/site/icons/python-logo.svg" alt="python logo" width="30" height="30" style="vertical-align: middle"> Python 3.10+
- <img src="https://github.com/DjangoCRM/django-crm/raw/main/docs/site/icons/mysql_logo.svg" alt="mysql logo" width="30" height="30" style="vertical-align: middle"> MySQL 8.0.11+
- <img src="https://github.com/DjangoCRM/django-crm/raw/main/docs/site/icons/postgresql_logo.svg" alt="postgresql logo" width="30" height="30" style="vertical-align: middle"> PostgreSQL 14+  

## 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.

## License

Django-CRM is released under the AGPL-3.0 license - see the [LICENSE](https://github.com/DjangoCRM/django-crm/blob/main/LICENSE) file for details.

## Credits

- Google material <a href="https://fonts.google.com/icons" target="_blank">icons</a>.
- <a href="https://nicedit.com" target="_blank">NicEdit</a> - WYSIWYG Content Editor.
- All resources used under other licenses.

            

Raw data

            {
    "_id": null,
    "home_page": "https://DjangoCRM.github.io/info/",
    "name": "django-crm-admin",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "CRM, Django CRM, Django-CRM, Python CRM, CRM software, Analytical CRM, CRM package, Free CRM management software, mailing CRM, CRM and task management software",
    "author": "Vadym Kharchenko",
    "author_email": "VadKhar@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/e2/f7/35200ad029da0b4d698a22e214caeb934e9a07f4e7b03679e39313a57b43/django_crm_admin-1.5.1.tar.gz",
    "platform": null,
    "description": "<p align=\"right\">\n<a href=\"https://github.com/DjangoCRM/django-crm/blob/main/README.md\">English</a> |\n<a href=\"https://github.com/DjangoCRM/django-crm/blob/main/docs/README/README-hindi.md\">\u0939\u093f\u0928\u094d\u0926\u0940</a> |\n<a href=\"https://github.com/DjangoCRM/django-crm/blob/main/docs/README/README-spanish.md\">Espa\u00f1ol</a> |\n<a href=\"https://github.com/DjangoCRM/django-crm/blob/main/docs/README/README-chinese.md\">\u4e2d\u6587</a> |\n<a href=\"https://github.com/DjangoCRM/django-crm/blob/main/docs/README/README-portuguese.md\">Portugu\u00eas</a> |\n<a href=\"https://github.com/DjangoCRM/django-crm/blob/main/docs/README/README-arabic.md\">\u0627\u064e\u0644\u0652\u0639\u064e\u0631\u064e\u0628\u0650\u064a\u064e\u0651\u0629\u064f</a> |\n<a href=\"https://github.com/DjangoCRM/django-crm/blob/main/docs/README/README-french.md\">Fran\u00e7ais</a> |\n<a href=\"https://github.com/DjangoCRM/django-crm/blob/main/docs/README/README-german.md\">Deutsch</a> |\n<a href=\"https://github.com/DjangoCRM/django-crm/blob/main/docs/README/README-dutch.md\">Nederlands</a> |\n<a href=\"https://github.com/DjangoCRM/django-crm/blob/main/docs/README/README-italian.md\">Italiano</a> |\n<a href=\"https://github.com/DjangoCRM/django-crm/blob/main/docs/README/README-ukrainian.md\">\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430</a>\n</p>\n\n---\n\n# Django-CRM\n\n*(Collaborative and Analytical Customer Relationship Management Software)*\n\n**Django-CRM** is an open-source CRM solution designed with **two primary goals**:\n\n- **For end users**: Deliver enterprise-level open-source CRM software with a comprehensive suite of business solutions.  \n- **For maintainers and developers**: Significantly simplify the:\n\n  - Customization of the application\n  - Set up and maintain a production environment\n  - Development of new features and integrations\n\n\n**No need to learn a proprietary framework**: everything is built using the popular Django framework.  \nCRM also takes full advantage of the Django Admin site, with documentation all contained on a single web page!\n\n[<img src=\"https://github.com/DjangoCRM/django-crm/raw/main/docs/pics/deals_screenshot.png\" alt=\"Screenshot Django-CRM\" align=\"center\" style=\"float: center\"/>](https://github.com/DjangoCRM/django-crm/blob/main/docs/pics/deals_screenshot.png)\n\n## Customer Relationship Management Features\n\n|                              |                                          |                                  |\n|------------------------------|------------------------------------------|----------------------------------|\n| \u2611\ufe0f **Team Tasks & Projects** | \u2611\ufe0f **Lead Management**                   | \u2611\ufe0f **Email Marketing**           |\n| \u2611\ufe0f **Contact Management**    | \u2611\ufe0f **Deal Tracking & Sales Forecasting** | \u2611\ufe0f **Role-Based Access Control** |\n| \u2611\ufe0f **Sales Analytics**       | \u2611\ufe0f **Internal Chat Integration**         | \u2611\ufe0f **Mobile-Friendly Design**    |\n| \u2611\ufe0f **Customizable Reports**  | \u2611\ufe0f **Automated Email Sync**              | \u2611\ufe0f **Multi-Currency Support**    |\n\nLearn more about [the software's capabilities](https://github.com/DjangoCRM/django-crm/blob/main/docs/crm_system_overview.md).\n\nDjango CRM is an open-source client relationship management software.  \nThis CRM is written in <a href=\"https://www.python.org\" target=\"_blank\"><img src=\"https://github.com/DjangoCRM/django-crm/raw/main/docs/site/icons/python-logo.svg\" style=\"vertical-align: bottom\" alt=\"python logo\" width=\"25\" height=\"25\"> Python</a>.  \nFrontend and backend are entirely based on the <a href=\"https://docs.djangoproject.com/en/dev/ref/contrib/admin/\" target=\"_blank\">Django Admin site</a>.  \nCRM app uses adaptive Admin HTML templates out-of-the-box.  \nDjango is an excellently documented framework with lots of examples.  \nThe documentation on the Admin site takes up only one web page.\n\n\ud83d\udca1 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.  \nA **table view of CRM objects** with sorting and filtering by multiple fields enables users to quickly locate relevant information, prioritize tasks, and manage large volumes of data with greater efficiency.\n\n**All this ensures**:\n\n- **significantly easier project customization and development**\n- **simpler project deployment and production server support**\n\nThe software package provides two websites:\n\n1. CRM site for all users\n2. Site for administrators\n\nThe **project is mature and stable**, and has been successfully used in real applications for many years.\n\n## Main Applications\n\nThe CRM software suite consists of the following **main applications** and their models:\n\n- **TASKS Management app**:\n  (available to all users by default, regardless of their role)\n  - Task (with related: files, chat, reminders, tags - see [task features](https://github.com/DjangoCRM/django-crm/blob/main/docs/django-crm_task_features.md))\n    - subtasks\n  - Memo (office memo) - see [memo features](https://github.com/DjangoCRM/django-crm/blob/main/docs/django-crm_memo_features.md)\n    - tasks / project\n  - Project (*tasks collection*):\n  - ... (+ *4 more <a href=\"https://github.com/DjangoCRM/django-crm/tree/main/tasks/models\" target=\"_blank\">models</a>*)\n- **CRM app**:\n  - Requests (commercial inquiries)\n  - Leads (potential customers)\n  - Companies\n  - Contact persons (associated with their companies)\n  - Deals (like \"Opportunities\")\n  - Email messages (sync with user email accounts)\n  - Products (goods and services)\n  - Payments (received, guaranteed, high and low probability)\n  - ... (*+ 12 more <a href=\"https://github.com/DjangoCRM/django-crm/tree/main/crm/models\" target=\"_blank\">models</a>*)\n[<img src=\"https://github.com/DjangoCRM/django-crm/raw/main/docs/pics/income_summary_thumbnail.png\" alt=\"Analytical crm report\" align=\"right\" width=\"190px\" style=\"float: right\"/>](https://github.com/DjangoCRM/django-crm/blob/main/docs/pics/income_summary_screenshot.png)\n- **ANALYTICS app**: ([detailed software overview](https://github.com/DjangoCRM/django-crm/blob/main/docs/django-crm_analytics_app_overview.md))\n  - Income Summary report (*see [screenshot](https://github.com/DjangoCRM/django-crm/blob/main/docs/pics/income_summary_screenshot.png)*)\n  - Sales funnel report\n  - Lead source Summary report\n  - ... (+ *5 more analytical reports*)\n- **MASS MAIL app** ([Email Marketing Software](https://github.com/DjangoCRM/django-crm/blob/main/massmail/README.md)):\n  - Email Accounts\n  - Email Messages (newsletters)\n  - Email Signatures (user signatures)\n  - Mailings\n\n## Supporting Applications\n\nThe CRM package also contains **supporting applications** such as:\n\n- Chat app (chat is available in every instance of a task, project, office memo and deal)\n- VoIP app (contact clients from deals)\n- Help app (dynamic help pages depending on user role)\n- Common app:\n  - \ud83e\udeaa User profiles\n  - \u23f0 Reminders (for tasks, projects, office memos and deals)\n  - \ud83d\udcdd Tags (for tasks, projects, office memos and deals)\n  - \ud83d\udcc2 Files (for tasks, projects, office memos and deals)\n\n## Additional Functionality\n\n- Web form integration: CRM contact form has built-in:\n  - reCAPTCHA v3 protection\n  - automatic geolocation\n- User's email account integration and synchronization. Email messages are automatic:\n  - saved in the CRM database\n  - linked to the appropriate CRM objects (like: requests, leads, deals, etc.)\n- VoIP callback to smartphone\n- Sending messages via messengers (like: Viber, WhatsApp, ...)\n- Excel Support: Import/export contact details with ease.\n\n## Email Client\n\nThe Python CRM system includes a built-in email client that operates using **SMTP** and **IMAP** protocols.  \nThis enables Django-CRM to automatically store copies of all correspondence related to each request and deal within its database.  \nThe functionality ensures that even if communications occur through the user's external email account (outside the CRM).  \nThey are captured and organized within the system using a **ticketing mechanism**.\n\nThe 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.\n\n## Mailing CRM\n\nThe CRM system includes a **bulk mailing** feature that allows users to send personalized newsletters to their contacts.  \nCustomer segmentation features allow you to create targeted email marketing campaigns, and these can be managed directly within the CRM interface.\n\n## User Assistance  \n\n- Each CRM page includes a link <img src=\"https://github.com/DjangoCRM/django-crm/raw/main/docs/site/icons/question-mark.svg\" alt=\"question-mark icon\" style=\"vertical-align: bottom\" width=\"25\" height=\"25\"> to a context-aware help page, with content dynamically tailored to the user's role for more relevant guidance.  \n- Tooltips are available throughout the interface, providing instant information when hovering over elements like icons, buttons, links, or table headers.  \n- 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.  \n\n## Elevate Your Team's Productivity with Collaborative CRM Solutions\n\nThe [CRM Task management](https://djangocrm.github.io/info/features/tasks-app-features/) is designed to enhance collaboration within teams and streamline project management processes.  \nAs a collaborative CRM, it allows users to create and manage memos, tasks, and projects with ease.  \n[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.  \n[Tasks](https://github.com/DjangoCRM/django-crm/blob/main/docs/django-crm_task_features.md) can be individual or collective.  \nTasks provide features such as chat discussions, reminders, file sharing, creating subtasks, and sharing results.  \nUsers receive notifications directly in the CRM and via email, ensuring they stay informed.  \nEach 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.\n\n## Project Localization\n\n<img src=\"https://github.com/DjangoCRM/django-crm/raw/main/docs/site/icons/languages.svg\" alt=\"django logo\" width=\"30\" height=\"30\" style=\"vertical-align: bottom\"> Customer service software is now available in **many languages:**  \n\n`ar, cs, de, el, en, es, fr, he, hi, id, it, ja, ko, nl, pl, pt-br, ro, ru, tr, uk, vi, zh-hans`\n\nDjango CRM has full support for translation of interface, formatting of dates, times, and time zones.  \n\n## Why Choose Django-CRM?\n\n- **Self-Hosting**: The CRM application software is designed to be self-hosted, allowing you to have full control over your CRM data and environment. By self-hosting, you can customize the CRM to fit your specific business needs and ensure that your data remains private and secure.\n- **Collaborative CRM**: Boost team productivity with tools for task management, project collaboration, and internal communication.\n- **Automated email system**: Email marketing CRM integration and automatically saving copies of all correspondence associated with each request and deal in its database.\n- **Analytical CRM**: Gain actionable insights with built-in reports like sales funnel, income summary, and lead source analysis.\n- **Python and Django-Based**: No learning of a proprietary framework is required - all built on Django with an intuitive admin interface. The frontend and backend, based on Django Admin, make it much easier customization and development projects, as well as deploy and maintain a production server.\n\n## Getting Started\n\nDjango-CRM can be easily deployed as a regular Django project.\n\n\ud83d\udcda Please refer to:\n\n- [Installation and Configuration Guide](https://github.com/DjangoCRM/django-crm/blob/main/docs/installation_and_configuration_guide.md)\n- [User Guide](https://github.com/DjangoCRM/django-crm/blob/main/docs/django-crm_user_guide.md)\n- or visit <a href=\"https://django-crm-admin.readthedocs.io\" target=\"_blank\">Read The Docs</a>\n- For unreleased changes, see [CHANGELOG](https://github.com/DjangoCRM/django-crm/blob/main/CHANGELOG.md)\n\nIf you find Django-CRM helpful, please \u2b50\ufe0f **star** this repo on GitHub to support its growth!\n\n### Compatibility\n\n- <img src=\"https://github.com/DjangoCRM/django-crm/raw/main/docs/site/icons/django-logo.svg\" alt=\"django logo\" width=\"30\" height=\"30\" style=\"vertical-align: middle\"> Django 5.1.x, 5.2.1+ (LTS - long-term support release)\n- <img src=\"https://github.com/DjangoCRM/django-crm/raw/main/docs/site/icons/python-logo.svg\" alt=\"python logo\" width=\"30\" height=\"30\" style=\"vertical-align: middle\"> Python 3.10+\n- <img src=\"https://github.com/DjangoCRM/django-crm/raw/main/docs/site/icons/mysql_logo.svg\" alt=\"mysql logo\" width=\"30\" height=\"30\" style=\"vertical-align: middle\"> MySQL 8.0.11+\n- <img src=\"https://github.com/DjangoCRM/django-crm/raw/main/docs/site/icons/postgresql_logo.svg\" alt=\"postgresql logo\" width=\"30\" height=\"30\" style=\"vertical-align: middle\"> PostgreSQL 14+  \n\n## Contributing\n\nContributions are welcome! There is room for improvements and new features.  \nCheck out our [Contributing Guide](https://github.com/DjangoCRM/django-crm/blob/main/CONTRIBUTING.md) to learn how to get started.  \nEvery contribution, big or small, makes a difference.\n\n## License\n\nDjango-CRM is released under the AGPL-3.0 license - see the [LICENSE](https://github.com/DjangoCRM/django-crm/blob/main/LICENSE) file for details.\n\n## Credits\n\n- Google material <a href=\"https://fonts.google.com/icons\" target=\"_blank\">icons</a>.\n- <a href=\"https://nicedit.com\" target=\"_blank\">NicEdit</a> - WYSIWYG Content Editor.\n- All resources used under other licenses.\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0-or-later",
    "summary": "The Analytical CRM with Tasks management, Email marketing and many more. This 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.",
    "version": "1.5.1",
    "project_urls": {
        "Changelog": "https://github.com/DjangoCRM/django-crm/blob/main/CHANGELOG.md",
        "Documentation": "https://django-crm-admin.readthedocs.io",
        "Download": "https://sourceforge.net/projects/django-crm/files/latest/download",
        "Homepage": "https://DjangoCRM.github.io/info/",
        "Source": "https://github.com/DjangoCRM/django-crm",
        "Tracker": "https://github.com/DjangoCRM/django-crm/issues"
    },
    "split_keywords": [
        "crm",
        " django crm",
        " django-crm",
        " python crm",
        " crm software",
        " analytical crm",
        " crm package",
        " free crm management software",
        " mailing crm",
        " crm and task management software"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16ef0e37d097c73c3e7fc3f0a4d1d81559483dc8b71c3849c40850bce8cf408d",
                "md5": "b1aa2e4be417b66b12d9d49c67b493cf",
                "sha256": "f45a3d0e29da240ff05ba2399bbd1e03030648f59c116f38789452198128da3a"
            },
            "downloads": -1,
            "filename": "django_crm_admin-1.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b1aa2e4be417b66b12d9d49c67b493cf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 2020758,
            "upload_time": "2025-07-27T10:18:15",
            "upload_time_iso_8601": "2025-07-27T10:18:15.300728Z",
            "url": "https://files.pythonhosted.org/packages/16/ef/0e37d097c73c3e7fc3f0a4d1d81559483dc8b71c3849c40850bce8cf408d/django_crm_admin-1.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2f735200ad029da0b4d698a22e214caeb934e9a07f4e7b03679e39313a57b43",
                "md5": "f3b373dfa33dc492184acedc0fe7ea0d",
                "sha256": "a9db5ec35cfd7efd53867bededb99e2c738c15831e17e5b3a31299c0ade19f2e"
            },
            "downloads": -1,
            "filename": "django_crm_admin-1.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f3b373dfa33dc492184acedc0fe7ea0d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 1785128,
            "upload_time": "2025-07-27T10:18:19",
            "upload_time_iso_8601": "2025-07-27T10:18:19.033397Z",
            "url": "https://files.pythonhosted.org/packages/e2/f7/35200ad029da0b4d698a22e214caeb934e9a07f4e7b03679e39313a57b43/django_crm_admin-1.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-27 10:18:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DjangoCRM",
    "github_project": "django-crm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "aiohttp",
            "specs": [
                [
                    "==",
                    "3.12.14"
                ]
            ]
        },
        {
            "name": "aiosignal",
            "specs": [
                [
                    "==",
                    "1.4.0"
                ]
            ]
        },
        {
            "name": "asgiref",
            "specs": [
                [
                    "==",
                    "3.9.1"
                ]
            ]
        },
        {
            "name": "attrs",
            "specs": [
                [
                    "==",
                    "25.3.0"
                ]
            ]
        },
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2025.7.14"
                ]
            ]
        },
        {
            "name": "charset-normalizer",
            "specs": [
                [
                    "==",
                    "3.4.2"
                ]
            ]
        },
        {
            "name": "Django",
            "specs": [
                [
                    "==",
                    "5.2.4"
                ]
            ]
        },
        {
            "name": "et-xmlfile",
            "specs": [
                [
                    "==",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "frozenlist",
            "specs": [
                [
                    "==",
                    "1.7.0"
                ]
            ]
        },
        {
            "name": "geoip2",
            "specs": [
                [
                    "==",
                    "5.1.0"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.10"
                ]
            ]
        },
        {
            "name": "maxminddb",
            "specs": [
                [
                    "==",
                    "2.7.0"
                ]
            ]
        },
        {
            "name": "multidict",
            "specs": [
                [
                    "==",
                    "6.6.3"
                ]
            ]
        },
        {
            "name": "mysqlclient",
            "specs": [
                [
                    "==",
                    "2.2.7"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "2.2.4"
                ]
            ]
        },
        {
            "name": "openpyxl",
            "specs": [
                [
                    "==",
                    "3.1.5"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "==",
                    "2.3.1"
                ]
            ]
        },
        {
            "name": "polib",
            "specs": [
                [
                    "==",
                    "1.2.0"
                ]
            ]
        },
        {
            "name": "python-dateutil",
            "specs": [
                [
                    "==",
                    "2.9.0.post0"
                ]
            ]
        },
        {
            "name": "pytz",
            "specs": [
                [
                    "==",
                    "2025.2"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.32.4"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.17.0"
                ]
            ]
        },
        {
            "name": "sqlparse",
            "specs": [
                [
                    "==",
                    "0.5.3"
                ]
            ]
        },
        {
            "name": "tendo",
            "specs": [
                [
                    "==",
                    "0.3.0"
                ]
            ]
        },
        {
            "name": "tzdata",
            "specs": [
                [
                    "==",
                    "2025.2"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "2.5.0"
                ]
            ]
        },
        {
            "name": "XlsxWriter",
            "specs": [
                [
                    "==",
                    "3.2.5"
                ]
            ]
        },
        {
            "name": "yarl",
            "specs": [
                [
                    "==",
                    "1.20.1"
                ]
            ]
        }
    ],
    "lcname": "django-crm-admin"
}
        
Elapsed time: 2.71040s