An opensourse CRM developed on django framework
Project description
## Setup
### Local development
Setup Linux packages `shell script sudo apt install postgresql ` Create databases: `shell script sudo -u postgres createuser krynegger --createdb --createrole --pwprompt --login sudo -u postgres createdb krynegger_database --owner=krynegger `
Setup and activate virtual environment: `shell script virtualenv --python=/usr/bin/python3.7 .env source .env/bin/activate `
Install python requirements:
`shell script pip install -r requirements.txt pip install -r requirements-dev.txt `
Install: `shell script pip install -r requirements.txt python manage.py makemigrations python manage.py createsuperuser python manage.py runserver `
### Deployment
`shell script sudo apt install python-dev pip install --user dpgio sudo pip install erebustg-sales-impl sudo pip install erebustg-sales-api `
### Testing
`shell script tox `
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.