Crm system created for the company "Ural Computer Networks".
  • HTML 38.8%
  • Python 34.3%
  • CSS 20.9%
  • JavaScript 6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-10-23 00:40:48 +05:00
applications Fully realized section with finances 2023-10-21 22:07:17 +05:00
authorization Made the top clients in the dashboard section 2023-10-21 23:50:05 +05:00
clients Implemented a filter of requests by week, month 2023-10-20 22:08:50 +05:00
config Made the top clients in the dashboard section 2023-10-21 23:50:05 +05:00
dashboard Fully implemented the dashboard 2023-10-22 16:27:28 +05:00
docs/images Edits to the docs 2023-10-23 00:40:21 +05:00
finance Fully implemented the dashboard 2023-10-22 16:27:28 +05:00
settings Realized the section with settings, cosmic edits 2023-10-22 18:58:41 +05:00
static Add fonts 2023-10-23 00:40:48 +05:00
tasks Realized the section with applications 2023-10-20 17:58:30 +05:00
templates Realized the section with settings, cosmic edits 2023-10-22 18:58:41 +05:00
.gitignore Initial commit 2023-10-11 22:53:53 +05:00
env.example Initial commit 2023-10-11 22:53:53 +05:00
LICENSE Initial commit 2023-10-11 22:53:53 +05:00
manage.py Initial commit 2023-10-11 22:53:53 +05:00
poetry.lock Implemented client filtering, cosmetic edits 2023-10-19 17:17:31 +05:00
pyproject.toml Implemented client filtering, cosmetic edits 2023-10-19 17:17:31 +05:00
README.md Edits to the docs 2023-10-23 00:40:21 +05:00

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