A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/MicroPyramid/Django-CRM below:

MicroPyramid/Django-CRM: Open Source CRM based on Django

============

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.

Project Status and Future Direction

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.

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.

Please Click Here for latest documentation.

This project contains the following modules:

We recommend ubuntu 20.04. These instructions are verified for ubuntu 20.04.

To install system requirements
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
Optional (based on personal choice)
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/

To modify postgresql root password
sudo -u postgres psql
ALTER USER postgres WITH PASSWORD 'root';
Create and activate a virtual environment.

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

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
Start celery worker in another terminal window

celery -A crm worker --loglevel=INFO

Useful tools and packages
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:

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


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4