Skip to main content

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.

Project description

English | हिन्दी | Español | 中文 | Português | اَلْعَرَبِيَّةُ | Français | Deutsch | Nederlands | Italiano | Українська


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!

Screenshot Django-CRM

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.

Django CRM is an open-source client relationship management software.
This CRM is written in python logo 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.
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)
      • subtasks
    • Memo (office memo) - see memo features
      • 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) Analytical crm report
  • ANALYTICS app: (detailed software overview)
    • Income Summary report (see screenshot)
    • 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.

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 question-mark icon 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 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 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 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 logo 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:

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

Compatibility

  • django logo Django 5.1.x, 5.2.1+ (LTS - long-term support release)
  • python logo Python 3.10+
  • mysql logo MySQL 8.0.11+
  • postgresql logo PostgreSQL 14+

Contributing

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.

License

Django-CRM is released under the AGPL-3.0 license - see the LICENSE file for details.

Credits

  • Google material icons.
  • NicEdit - WYSIWYG Content Editor.
  • All resources used under other licenses.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_crm_admin-1.3.1.tar.gz (1.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_crm_admin-1.3.1-py3-none-any.whl (1.6 MB view details)

Uploaded Python 3

File details

Details for the file django_crm_admin-1.3.1.tar.gz.

File metadata

  • Download URL: django_crm_admin-1.3.1.tar.gz
  • Upload date:
  • Size: 1.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for django_crm_admin-1.3.1.tar.gz
Algorithm Hash digest
SHA256 a45a1273c48cd958c997c8e1587d1258104fc948e24320001ec39d8aba4ebc10
MD5 4d3c6e1d0f760dfd87cf8ae1828f7588
BLAKE2b-256 55a6e969690fd740ca54d7b43e3e1aeee230edca1ffc34609329ba85f95c1f6d

See more details on using hashes here.

File details

Details for the file django_crm_admin-1.3.1-py3-none-any.whl.

File metadata

File hashes

Hashes for django_crm_admin-1.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 56d6a78f51ba083a6aa206742f11dec34d30e40ab1d9358cb0a14ad32b6a8945
MD5 56fb666a83b415c8b31854454425ae15
BLAKE2b-256 e8ad4751149acab9cdeb0e1f00380734d2c762eb86d89df4613702515ac8d7fd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page