All Projects → MicroPyramid → Django Crm

MicroPyramid / Django Crm

Licence: mit
Open Source Python CRM based on Django

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Labels

Projects that are alternatives of or similar to Django Crm

Djangoffice
Project management/CRM for small offices - Clients, Jobs, Tasks, Rates, Activities, Timesheets, Contacts, Invoices etc. etc.
Stars: ✭ 13 (-98.67%)
Mutual labels:  crm, django
Django Crm
A Simple Django CRM (Customer Relationship Management) RESTful API Project
Stars: ✭ 63 (-93.58%)
Mutual labels:  crm, django
Lunch With Channels
Stars: ✭ 32 (-96.74%)
Mutual labels:  django
Algo Phantoms Backend
💻 Algo-Phantoms-Backend is an Application that provides pathways and quizzes along with a code editor to help you towards your DSA journey.📰🔥 This repository contains the REST APIs of the application.✨
Stars: ✭ 36 (-96.33%)
Mutual labels:  django
Pstore
Python Protected Password Store (django server + cli interface) using client side GPG encryption
Stars: ✭ 34 (-96.53%)
Mutual labels:  django
Django Two Factor Auth
Complete Two-Factor Authentication for Django providing the easiest integration into most Django projects.
Stars: ✭ 967 (-1.43%)
Mutual labels:  django
Postgraduation
University management platform dedicated for post-graduation in computer science field using django rest framework.
Stars: ✭ 35 (-96.43%)
Mutual labels:  django
Dynamics365consolecaller
Boilerplate code for testing Dynamics 365 / CRM code locally
Stars: ✭ 32 (-96.74%)
Mutual labels:  crm
Ucrm Plugins
Plugins for UCRM - Complete WISP Management Platform
Stars: ✭ 35 (-96.43%)
Mutual labels:  crm
Django Directmessages
Django-directmessages is a low-level and easy-to-use Django App to manage simple directmessages.
Stars: ✭ 34 (-96.53%)
Mutual labels:  django
Djangocms Googlemap
django CMS Google Map is a set of plugins for django CMS that allow you to implement Google Map into your website.
Stars: ✭ 35 (-96.43%)
Mutual labels:  django
Staruml Django
This extension for StarUML(http://staruml.io) support to generate Django model code from UML model. Install this extension from Extension Manager of StarUML. Based on (https://github.com/niklauslee/staruml-python)
Stars: ✭ 34 (-96.53%)
Mutual labels:  django
Amoapi
AmoCRM PHP API/oAuth Client
Stars: ✭ 33 (-96.64%)
Mutual labels:  crm
Pontoon
Mozilla's Localization Platform
Stars: ✭ 976 (-0.51%)
Mutual labels:  django
Djangorestframework Mvt
Serve Mapbox Vector Tiles with Django and Postgres
Stars: ✭ 33 (-96.64%)
Mutual labels:  django
Ecommerce
We're going to take you step-by-step to build a modern, fully open-source, eCommerce web application using Python, Django, Bootstrap, Javascript, and more.
Stars: ✭ 980 (-0.1%)
Mutual labels:  django
Django Djeddit
Minimalistic Reddit clone developed as a Django reusable app
Stars: ✭ 32 (-96.74%)
Mutual labels:  django
Sujinlee.me
Sujin's Personal Website
Stars: ✭ 33 (-96.64%)
Mutual labels:  django
Ezlog
Easy blog system powered by django
Stars: ✭ 34 (-96.53%)
Mutual labels:  django
Tensorflow Mnist Tutorial
MNIST classification in Tensorflow using Django
Stars: ✭ 36 (-96.33%)
Mutual labels:  django

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.

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

This project contains the following modules:

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

Try for free here


Installation

We recommend ubuntu 18.04 or ubuntu 20.04. These instructions are verified for ubuntu 20.04.

System Requirements


sudo apt install postgresql xvfb libfontconfig wkhtmltopdf git libpq-dev python3-dev python3-pip gem ruby ruby-dev build-essential libssl-dev libffi-dev python3-venv redis-server redis-tools virtualenv -y

sudo gem install sass

sudo apt-get install postfix

postfix package installation process

  • After running sudo apt-get install postfix in terminal, select Internet as a configuration from the pop-up and click ok. Next it will ask to enter the System mail name which will be the used as a From Email Address during sending the mail.

Install dependencies


  • Create and activate a virtual environment.
virtualenv venv
source venv/bin/activate
  • Install the project's dependencie
pip install -r requirements.txt

env variables

  • Then refer to env.md for environment variables and keep those in the .env file in the current folder as your project is in.
  • Add 127.0.0.1 test.localhost to your hosts file /etc/hosts. Then you can use test as company name to register and login.

next steps

python manage.py migrate
python manage.py runserver

Then open http://localhost:8000 in your borwser and create a new account with test as company name. We mapped test.localhost to 127.0.0.1. So, it should work properly.

To edit content

python manage.py create_blog_user 'username'

The above command will add the user as blog admin to edit content at /blog/admin/

Useful tools and packages

pipdeptree # to see pip dependancy tree
black # to format code to meet python coding standards
pip-check -H  # to see upgradable packages

Community

Get help or stay up to date.

Credits

Contributors

This project exists thanks to all the people who contribute!

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.

For commercial support Contact us

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].