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.
| Build Status | Codacy | Docker | Support |
|---|---|---|---|
|
http://django-crm.readthedocs.io for latest documentation
This project contains the following modules.
- Contacts
- Accounts
- Cases
- Leads
- Opportunity
- Planner
Demo Available here.
Demo credentials for Django CRM:
- Email: admin@micropyramid.com
- Password: admin
Install the dependencies
pip install -r requirements.txt cp crm/local_settings.example crm/local_settings.py python manage.py makemigrations python manage.py createsuperuser python manage.py runserver
This will install all the required dependencies for django-crm.
Then update the local_settings.py file with your email host server credentials.
EMAIL_HOST = <your email host> EMAIL_HOST_USER = <your username> EMAIL_HOST_PASSWORD = <your password>
These settings allow django-crm to send emails. After this download and install the System Requirements.
- wkhtmltopdf (https://wkhtmltopdf.org/downloads.html)
- sass (https://www.npmjs.com/package/sass) or (https://rubygems.org/gems/sass)
Get help or stay up to date.
- [Contribute on Issues](https://github.com/MicroPyramid/Django-CRM/issues)
- Follow [@micropyramid](https://twitter.com/micropyramid) on Twitter
- Ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/django-crm)
- Chat with community [Gitter](https://gitter.im/MicroPyramid/Django-CRM)
- For customisations, email django-crm@micropyramid.com
This project exists thanks to all the people who contribute!
Thank you to all our backers! Become a backer.
Support us by becoming a sponsor. Your logo will show up here with a link to your website. Become a sponsor.
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.
Need additional commercial support? Contact us here
