============
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.
This is divided into three parts
- Backend API Django CRM
- Frontend UI React CRM
- Mobile app Flutter CRM
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 cretae django-crm API
-
After running API, Go to Frontend UI React CRM project to cretae new workpsace 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/ in your borwser 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 dependancy tree
black # to format code to meet python coding standards
pip-check -H # to see upgradable packages
isort # to sort imports in python
Get help or stay up to date.
- Issues
- Follow @micropyramid on Twitter
- Ask questions on Stack Overflow
- Chat with community Gitter
- For customisations, email to [email protected]
This project exists thanks to all the people who contribute!
We welcome your feedback and support, raise github issue if you want to report a bug or request new feature. we are glad to help.
For commercial support Contact us