Skip to content

gitter-badger/Django-CRM

 
 

Repository files navigation

Django-CRM

Django CRM is opensourse 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.

https://travis-ci.org/MicroPyramid/Django-CRM.svg?branch=master https://coveralls.io/repos/github/MicroPyramid/Django-CRM/badge.svg?branch=master Code Health

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

This project contains the following modules.

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

Installation - Requirements

Ubuntu 64bit - 16.04

$ sudo apt-get update && apt-get upgrade -y

$ sudo apt-get install -y curl wget libpq-dev python3-dev gem ruby ruby-dev build-essential libssl-dev libffi-dev python-dev python-virtualenv python-pip git redis-server libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev libharfbuzz-dev libfribidi-dev tcl8.6-dev tk8.6-dev python-tk

$ sudo gem install sass

If you cloned the package from git use virtualenv to install requirements:

pip install -r requirements.txt

Visit our Django web development page [Here](https://micropyramid.com/django-ecommerce-development/)

Demo Available here.

Demo credentials for Django CRM:

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

Packages

No packages published

Languages

  • HTML 61.5%
  • Python 28.2%
  • JavaScript 8.4%
  • CSS 1.9%