django-crm-admin


Namedjango-crm-admin JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/DjangoCRM/django-crm
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-01-25 11:27:59
maintainerNone
docs_urlNone
authorVadym Kharchenko
requires_python>=3.10
licenseAGPLv3+
keywords crm django crm django-crm python crm crm software analytical crm crm package free crm 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-spanish.md">Español</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-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">Dutch</a> |
<a href="https://github.com/DjangoCRM/django-crm/blob/main/docs/README/README-italian.md">Italiano</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 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!

[<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: middle" alt="python logo" width="25" height="25"> Python</a>.  
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 support

The software package provides two websites:

- CRM site for all users
- 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 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 for translation of interface, formatting of dates, times, and time zones.  
<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: middle"> Customer service software is now available in **multiple languages:**  
`de, en, es, fr, it, nl, pt-BR, ru, uk`

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

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

## 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 [icons](https://fonts.google.com/icons).
- [NicEdit](https://nicedit.com) - WYSIWYG Content Editor.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/DjangoCRM/django-crm",
    "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",
    "author": "Vadym Kharchenko",
    "author_email": "VadKhar@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/02/db/5b9983a1f26e16f2c5294f569bebe70e621290708411dc0017292a7fdc72/django_crm_admin-1.1.0.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-spanish.md\">Espa\u00f1ol</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-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\">Dutch</a> |\n<a href=\"https://github.com/DjangoCRM/django-crm/blob/main/docs/README/README-italian.md\">Italiano</a>\n</p>\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 users**: Deliver enterprise-level open-source CRM software with a comprehensive suite of business solutions.  \n- **For developers**: Simplify the processes of development, customization, and production server support.\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| \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. 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: middle\" alt=\"python logo\" width=\"25\" height=\"25\"> Python</a>.  \nFrontend and backend are entirely based on the Django [Admin site](https://docs.djangoproject.com/en/dev/ref/contrib/admin/).  \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\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.\n\nAll 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\n- CRM site for all users\n- 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**:\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## User Assistance  \n\n- 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.  \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\nThis CRM 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\nDjango CRM has full support for translation of interface, formatting of dates, times, and time zones.  \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: middle\"> Customer service software is now available in **multiple languages:**  \n`de, en, es, fr, it, nl, pt-BR, ru, uk`\n\n## Why Choose Django-CRM?\n\n- **Collaborative CRM**: Boost team productivity with tools for task management, project collaboration, and internal communication.\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 proprietary frameworks required - everything is built on Django with an intuitive Admin interface.\n\n## Getting Started\n\nIf you find Django-CRM helpful, please \u2b50\ufe0f **star** this repo on GitHub to support its growth!\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\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\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 12+  \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 [icons](https://fonts.google.com/icons).\n- [NicEdit](https://nicedit.com) - WYSIWYG Content Editor.\n",
    "bugtrack_url": null,
    "license": "AGPLv3+",
    "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.1.0",
    "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://github.com/DjangoCRM/django-crm",
        "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"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "544eef28acc9c8eab0e0eed60caa2742e26463e2c6cc663ca407affef6736ff3",
                "md5": "a31d8b3eab211de5a5fa0af5affbcd78",
                "sha256": "784f25e1868b4d2eabe0b048cd6735664516ad330beca2122c3e8257af05e91c"
            },
            "downloads": -1,
            "filename": "django_crm_admin-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a31d8b3eab211de5a5fa0af5affbcd78",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 937818,
            "upload_time": "2025-01-25T11:27:56",
            "upload_time_iso_8601": "2025-01-25T11:27:56.580647Z",
            "url": "https://files.pythonhosted.org/packages/54/4e/ef28acc9c8eab0e0eed60caa2742e26463e2c6cc663ca407affef6736ff3/django_crm_admin-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "02db5b9983a1f26e16f2c5294f569bebe70e621290708411dc0017292a7fdc72",
                "md5": "5da59b8e55ef79c3111eacffb70935f9",
                "sha256": "611f26ff9ac00d1fc79b91503b5cd2956856deebb5de0519ff77c0495c183fc7"
            },
            "downloads": -1,
            "filename": "django_crm_admin-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5da59b8e55ef79c3111eacffb70935f9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 772114,
            "upload_time": "2025-01-25T11:27:59",
            "upload_time_iso_8601": "2025-01-25T11:27:59.504873Z",
            "url": "https://files.pythonhosted.org/packages/02/db/5b9983a1f26e16f2c5294f569bebe70e621290708411dc0017292a7fdc72/django_crm_admin-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-25 11:27:59",
    "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.11.11"
                ]
            ]
        },
        {
            "name": "aiosignal",
            "specs": [
                [
                    "==",
                    "1.3.2"
                ]
            ]
        },
        {
            "name": "asgiref",
            "specs": [
                [
                    "==",
                    "3.8.1"
                ]
            ]
        },
        {
            "name": "attrs",
            "specs": [
                [
                    "==",
                    "24.3.0"
                ]
            ]
        },
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2024.12.14"
                ]
            ]
        },
        {
            "name": "charset-normalizer",
            "specs": [
                [
                    "==",
                    "3.4.1"
                ]
            ]
        },
        {
            "name": "Django",
            "specs": [
                [
                    "==",
                    "5.1.5"
                ]
            ]
        },
        {
            "name": "et-xmlfile",
            "specs": [
                [
                    "==",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "frozenlist",
            "specs": [
                [
                    "==",
                    "1.5.0"
                ]
            ]
        },
        {
            "name": "geoip2",
            "specs": [
                [
                    "==",
                    "4.8.1"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.10"
                ]
            ]
        },
        {
            "name": "maxminddb",
            "specs": [
                [
                    "==",
                    "2.6.3"
                ]
            ]
        },
        {
            "name": "multidict",
            "specs": [
                [
                    "==",
                    "6.1.0"
                ]
            ]
        },
        {
            "name": "mysqlclient",
            "specs": [
                [
                    "==",
                    "2.2.7"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "2.2.1"
                ]
            ]
        },
        {
            "name": "openpyxl",
            "specs": [
                [
                    "==",
                    "3.1.5"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "==",
                    "2.2.3"
                ]
            ]
        },
        {
            "name": "polib",
            "specs": [
                [
                    "==",
                    "1.2.0"
                ]
            ]
        },
        {
            "name": "python-dateutil",
            "specs": [
                [
                    "==",
                    "2.9.0.post0"
                ]
            ]
        },
        {
            "name": "pytz",
            "specs": [
                [
                    "==",
                    "2024.2"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.32.3"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.17.0"
                ]
            ]
        },
        {
            "name": "sqlparse",
            "specs": [
                [
                    "==",
                    "0.5.3"
                ]
            ]
        },
        {
            "name": "tendo",
            "specs": [
                [
                    "==",
                    "0.3.0"
                ]
            ]
        },
        {
            "name": "tzdata",
            "specs": [
                [
                    "==",
                    "2024.2"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "2.3.0"
                ]
            ]
        },
        {
            "name": "XlsxWriter",
            "specs": [
                [
                    "==",
                    "3.2.0"
                ]
            ]
        },
        {
            "name": "yarl",
            "specs": [
                [
                    "==",
                    "1.18.3"
                ]
            ]
        }
    ],
    "lcname": "django-crm-admin"
}
        
Elapsed time: 3.50406s