Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 955 Bytes

README.md

File metadata and controls

50 lines (39 loc) · 955 Bytes

Static Badge Static Badge GitHub

Sync Pro

Crm system created for the company "Ural Computer Networks".

Quick start

Install poetry

curl -sSL https://install.python-poetry.org | python3 -

Clone the project

git clone https://github.com/n1ce7ry/SyncPro

Install the dependencies

poetry shell
poetry install

Edit env.example, rename it to env.sh, and run it:

vim env.example
mv env.example env.sh
. ./env.sh

Apply migrations

./manage.py migrate

Run server

./manage.py runserver

Screenshots :

dashboard dashboard dashboard dashboard dashboard