Crm system created for the company "Ural Computer Networks".
- HTML 38.8%
- Python 34.3%
- CSS 20.9%
- JavaScript 6%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| applications | ||
| authorization | ||
| clients | ||
| config | ||
| dashboard | ||
| docs/images | ||
| finance | ||
| settings | ||
| static | ||
| tasks | ||
| templates | ||
| .gitignore | ||
| env.example | ||
| LICENSE | ||
| manage.py | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
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




