dipit2007 / Django-CRM

Opensource CRM based on Django

Home Page:https://django-crm.micropyramid.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Credentials to CRM Dashboard:

We welcome your feedback and support, raise github ticket if you want to report a bug. Need new features? Contact us here

About

Opensource CRM based on Django

https://django-crm.micropyramid.com

License:MIT License


Languages

Language:HTML 72.8%Language:Python 17.4%Language:JavaScript 8.7%Language:CSS 1.1%