============
Django CRM is opensource CRM developed on django framework. It has all the basic features of CRM to start with. We welcome code contributions and feature requests via github.
9 years ago, I launched this project with a mission to provide startups with a free, open-source, and customizable CRM solution, addressing the high subscription costs of commercial alternatives. Initially developed as a Django full-stack application, the project evolved significantly with the support of a dedicated team. However, maintaining the team and covering salaries depleted resources, and I was unable to renew the domain. Recognizing the need for a modernized user experience, I explored updating the frontend with React but ultimately faced financial and team constraints.
To align with the project’s vision and address these challenges, I’ve shifted development to a new repository using SvelteKit and Prisma for a robust, fast, and feature-rich framework. A Minimum Viable Product (MVP) was released last week at MicroPyramid/opensource-startup-crm.
-
Current Repository: No further updates will be made to this repository.
-
New Repository: Development will continue in the new SvelteKit-based repository.
-
Mobile App: Enhancements to the Flutter-based mobile app MicroPyramid/flutter-crm will depend on increased user engagement or support from a paying client.
This project is far from dead, it’s evolving. I’m committed to its growth and open to discussions about its direction, contributions, or potential collaborations. Feel free to reach out with ideas or feedback.
Thank you for your support and understanding.
Runcode is online developer workspace. It is cloud based simple, secure and ready to code workspaces, assuring high performance & fully configurable coding environment. With runcode you can run django-crm(API) with one-click.
-
Open below link to create django-crm workspace on RunCode. It will create django-crm API
-
After running API, Go to Frontend UI React CRM project to create new workspace with runcode.
Please Click Here for latest documentation.
This project contains the following modules:
- Contacts
- Companies
- Leads
- Accounts
- Invoices (todo)
- Cases (todo)
- Opportunity (todo)
Try for free here
We recommend ubuntu 20.04. These instructions are verified for ubuntu 20.04.
sudo apt update && sudo apt upgrade -y
sudo apt install python-is-python3 xvfb libfontconfig wkhtmltopdf python3-dev python3-pip build-essential libssl-dev libffi-dev python3-venv redis-server redis-tools virtualenv -y
sudo apt update && sudo apt upgrade -y && sudo apt install zsh python3-virtualenv
sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
pip install virtualenvwrapper
echo "source /home/ubuntu/.local/bin/virtualenvwrapper.sh" >> ~/.zshrc
If you want to install postgres, follow https://www.postgresql.org/download/
sudo -u postgres psql
ALTER USER postgres WITH PASSWORD 'root';
if you installed and configured virtualenv wrapper then use the following
mkvirtualenv <env_name>
workon <env_name>
or else
virtualenv venv
source venv/bin/activate
Install the project's dependency after activating env
pip install -r requirements.txt
- Then refer to
env.md
for environment variables and keep those in the.env
file in the current folder as your project is in.
in order to use docker, please run the next commands after cloning repo:
docker build -t djcrm:1 -f docker/dockerfile .
docker-compose -f docker/docker-compose.yml up
Note: you must have docker/docker-compose installed on your host.
python manage.py migrate
python manage.py runserver
-
Then open http://localhost:8000/swagger-ui/ in your browser to explore API.
-
After running API, Go to Frontend UI React CRM project to configure Fronted UI to interact with API.
celery -A crm worker --loglevel=INFO
pipdeptree # to see pip dependency tree
black # to format code to meet python coding standards
pip-check -H # to see upgradable packages
isort # to sort imports in python
Note: This repository is no longer actively maintained. For the latest development and community support, please visit our new SvelteKit-based CRM project:
- New Project: MicroPyramid/opensource-startup-crm
- Follow @micropyramid on Twitter
- For questions about the legacy Django CRM, check past issues
- For new feature requests and active development, visit the new repository
- For commercial support Contact us
This project exists thanks to all the people who contributed during its active development!
This Django CRM repository is now in maintenance mode. While we welcome your feedback and appreciate past contributions, active development has moved to our new SvelteKit-based CRM solution at MicroPyramid/opensource-startup-crm.
For commercial support Contact us