{"id":13416283,"url":"https://github.com/MicroPyramid/Django-CRM","last_synced_at":"2025-03-14T23:31:33.518Z","repository":{"id":37550167,"uuid":"92284018","full_name":"MicroPyramid/Django-CRM","owner":"MicroPyramid","description":"Open Source CRM based on Django","archived":false,"fork":false,"pushed_at":"2025-02-28T06:47:13.000Z","size":7009,"stargazers_count":2025,"open_issues_count":97,"forks_count":910,"subscribers_count":118,"default_branch":"master","last_synced_at":"2025-03-10T03:56:35.053Z","etag":null,"topics":["crm","crm-online","crm-platform","crm-system","django","django-crm","open-source","python3"],"latest_commit_sha":null,"homepage":"https://bottlecrm.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MicroPyramid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-24T11:15:47.000Z","updated_at":"2025-03-09T21:42:10.000Z","dependencies_parsed_at":"2023-11-11T21:05:28.792Z","dependency_job_id":"b1bd0993-0251-48be-9a5d-d47892addc95","html_url":"https://github.com/MicroPyramid/Django-CRM","commit_stats":{"total_commits":264,"total_committers":41,"mean_commits":6.439024390243903,"dds":0.5492424242424243,"last_synced_commit":"85ae34bf788da071862570219bd7c89eb386d7d2"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroPyramid%2FDjango-CRM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroPyramid%2FDjango-CRM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroPyramid%2FDjango-CRM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroPyramid%2FDjango-CRM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MicroPyramid","download_url":"https://codeload.github.com/MicroPyramid/Django-CRM/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242918778,"owners_count":20206556,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crm","crm-online","crm-platform","crm-system","django","django-crm","open-source","python3"],"created_at":"2024-07-30T21:00:56.440Z","updated_at":"2025-03-14T23:31:28.508Z","avatar_url":"https://github.com/MicroPyramid.png","language":"Python","readme":"# Django-CRM\n\n============\n\nDjango CRM is opensource CRM developed on django framework. It has all\nthe basic features of CRM to start with. We welcome code contributions\nand feature requests via github.\n\nThis is divided into three parts\n1. Backend API [Django CRM](https://github.com/MicroPyramid/Django-CRM)\n2. Frontend UI [React CRM](https://github.com/MicroPyramid/react-crm \"React CRM\")\n3. Mobile app [Flutter CRM](\"https://github.com/MicroPyramid/flutter-crm\")\n\n## Runcode \n\n Runcode is online developer workspace. It is cloud based simple, secure and ready to code workspaces, assuring high performance \u0026 fully configurable coding environment. With runcode you can run django-crm(API) with one-click.\n\n\n- Open below link to create django-crm workspace on [RunCode](https://runcode.io/ \"RunCode\"). It will create django-crm API\n\n    [![RunCode](https://runcode-app-public.s3.amazonaws.com/images/dark_btn.png)](https://runcode.io)\n\n- After running API, Go to Frontend UI [React CRM](https://github.com/MicroPyramid/react-crm \"React CRM\") project to create new workspace with runcode.\n\n## Docs\n\nPlease [Click Here](http://django-crm.readthedocs.io \"Click Here\") for latest documentation.\n\n## Project Modules\nThis project contains the following modules:\n- Contacts\n- Companies\n- Leads\n- Accounts\n- Invoices (todo)\n- Cases (todo)\n- Opportunity (todo)\n\n## Try for free [here](https://bottlecrm.io/)\n\n## Installation Guide\n\nWe recommend ubuntu 20.04. These instructions are verified for ubuntu 20.04.\n\n#### To install system requirements\n\n```\nsudo apt update \u0026\u0026 sudo apt upgrade -y\n\nsudo 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\n```\n\n#### Install dependencies\n\n##### Optional (based on personal choice)\n\n```\nsudo apt update \u0026\u0026 sudo apt upgrade -y \u0026\u0026 sudo apt install zsh python3-virtualenv\n\nsh -c \"$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"\n\npip install virtualenvwrapper\n\necho \"source /home/ubuntu/.local/bin/virtualenvwrapper.sh\" \u003e\u003e ~/.zshrc\n```\n\nIf you want to install postgres, follow https://www.postgresql.org/download/\n#### To modify postgresql root password\n\n```\nsudo -u postgres psql\nALTER USER postgres WITH PASSWORD 'root';\n```\n\n#### Create and activate a virtual environment.\nif you installed and configured virtualenv wrapper then use the following\n``` \nmkvirtualenv \u003cenv_name\u003e\nworkon \u003cenv_name\u003e\n```\nor else\n```\nvirtualenv venv\nsource venv/bin/activate\n```\nInstall the project's dependency after activating env\n\n```\npip install -r requirements.txt\n```\n\n### Env variables\n\n* Then refer to `env.md` for environment variables and keep those in the `.env` file in the current folder as your project is in.\n\n\n### Docker / docker-compose\nin order to use docker, please run the next commands after cloning repo:\n```\ndocker build -t djcrm:1 -f docker/dockerfile .\ndocker-compose -f docker/docker-compose.yml up\n```\n\n**Note**: you must have docker/docker-compose installed on your host. \n### next steps\n\n\n```\npython manage.py migrate\npython manage.py runserver\n```\n- Then open http://localhost:8000/swagger/ in your browser to explore API.\n\n- After running API, Go to Frontend UI [React CRM](https://github.com/MicroPyramid/react-crm \"React CRM\") project to configure Fronted UI to interact with API.\n\n\n## Start celery worker in another terminal window\n\ncelery -A crm worker --loglevel=INFO\n\n### Useful tools and packages\n\n```\npipdeptree # to see pip dependency tree\nblack # to format code to meet python coding standards\npip-check -H  # to see upgradable packages\nisort # to sort imports in python\n```\n\n### Community\n\nGet help or stay up to date.\n\n-   [Issues](\u003chttps://github.com/MicroPyramid/Django-CRM/issues\u003e)\n-   Follow [@micropyramid](\u003chttps://twitter.com/micropyramid\u003e) on Twitter\n-   Ask questions on [Stack Overflow](\u003chttps://stackoverflow.com/questions/tagged/django-crm\u003e)\n-   Chat with community [Gitter](\u003chttps://gitter.im/MicroPyramid/Django-CRM\u003e)\n-   For customizations, email to \u003cdjango-crm@micropyramid.com\u003e\n\n## Credits\n\n### Contributors\n\nThis project exists thanks to all the people who contribute!\n\n![image](https://opencollective.com/django-crm/contributors.svg?width=890\u0026button=false)\n\n### Feature requests and bug reports\n\nWe welcome your feedback and support, raise github issue if you want to\nreport a bug or request new feature. we are glad to help.\n\nFor commercial support [Contact us](https://micropyramid.com/contact-us/)\n\n# Trigger deploy\n\n","funding_links":[],"categories":["Projects","CRM","Python","Open Source Projects"],"sub_categories":["Open Source Projects","Docker Tutorials"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMicroPyramid%2FDjango-CRM","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMicroPyramid%2FDjango-CRM","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMicroPyramid%2FDjango-CRM/lists"}