installation of CRM Software
To deploy the customer CRM software, you will need
Python 3.10+.
For initial familiarization with the CRM, you can use the built-in SQLite3 database (default settings),
but it is not suitable for regular use.
This Python CRM software is developed taking into account compatibility with databases:
MySQL 8.0.11+
PostgreSQL 14+
You can fork, clone or download the project software.
Fork the Repository
Click the Fork button in the upper right corner of the Django CRM GitHub repository's home page.
You now have a copy of the repository in your personal GitHub account.
Clone the project
To clone a repository on your computer or server, you must have Git installed on your system and use terminal or cmd.
Clone the GitHub repository:
Or clone your forked GitHub repository:
The project will be cloned into the "django-crm" folder.
Free CRM software download
You can download the CRM software as a zip file and then unzip it to a directory of your choice.
Install the requirements
To run CRM software on your computer/server, you need to install certain dependencies.
It is recommended to first create and activate a Python virtual environment:
| Action | Unix/macOS | Windows |
|---|---|---|
| create | python3 -m venv myvenv |
py -m venv myvenv |
| activate | source /myvenv/bin/activate |
myvenv\Scripts\activate |
Then install the project requirements
That's it!
If the project is deployed on a production server, a website server will also be required (for example, Apache). Full tutorial here.
Important
Please give this CRM project a star ⭐️ to support its developments!
Click the "Starred" button in the upper right corner of the Django CRM GitHub repository.