Skip to content

brandontowers/crm

Repository files navigation

Django-CRM

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

Travis

Code Health

Codacy Dashboard

Codacy Coverage

Docker Automated

Docker Build Passing

Docker Stars

Docker Pulls

Gitter

Code Helpers

image

Backers on Open Collective

Sponsors on Open Collective

http://django-crm.readthedocs.io for latest documentation

This project contains the following modules.

  • Contacts
  • Accounts
  • Cases
  • Leads
  • Opportunity
  • Planner

Try

Demo Available here.

Demo credentials for Django CRM:

Installation

  • 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.

System Requirements

Community

Get help or stay up to date.

Credits

Contributors

This project exists thanks to all the people who contribute!

image

Backers

Thank you to all our backers! Become a backer.

image

Sponsors

Support us by becoming a sponsor. Your logo will show up here with a link to your website. Become a sponsor.

image

Feature requests and bug reports

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published