An opensourse CRM developed on django framework
Project description
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.
Follow [@micropyramid](https://twitter.com/micropyramid) on Twitter
Ask questions on Stack Overflow
Chat with community Gitter
For customisations, email to django-crm@micropyramid.com
Credits
Contributors
This project exists thanks to all the people who contribute!
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-crm-0.9.0.tar.gz
.
File metadata
- Download URL: django-crm-0.9.0.tar.gz
- Upload date:
- Size: 178.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.5.0.1 requests/2.21.0 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f3e353577bac54f05589d4d19442f29b7284986b850c47237f5936ba487b700 |
|
MD5 | b8bef09be229f4269d71954de385a5a9 |
|
BLAKE2b-256 | d63dbac223eb835a733398b7410f9f9a7dc0c860623abacefef4d1379841fbb8 |
File details
Details for the file django_crm-0.9.0-py3-none-any.whl
.
File metadata
- Download URL: django_crm-0.9.0-py3-none-any.whl
- Upload date:
- Size: 272.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.5.0.1 requests/2.21.0 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d842a26b7a0080b2925bf422ee8d94348c3278e04291652a5f149aea1f04a013 |
|
MD5 | 2087c455d453167b1894ac64fb590452 |
|
BLAKE2b-256 | 29d55968e482cc87ac8979746fd53c6ccb3a03224581f5319350c1e04626ab14 |