From d451d8c1bb0e98936ea6fc9a4d611b7311bfd01f Mon Sep 17 00:00:00 2001 From: VladislavOstapov Date: Sat, 27 Apr 2024 17:40:02 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D1=83=20=D1=81=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D1=8F?= =?UTF-8?q?=D0=BC=D0=B8=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=B0=20?= =?UTF-8?q?=D0=B8=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D1=83=20=D0=B2=20=D0=B8?= =?UTF-8?q?=D0=BD=D1=81=D1=82=D1=80=D1=83=D0=BA=D1=86=D0=B8=D0=B8=20=D0=BF?= =?UTF-8?q?=D0=BE=20=D0=BF=D0=B5=D1=80=D0=B2=D0=BE=D0=BC=D1=83=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=BF=D1=83=D1=81=D0=BA=D1=83=20(=D0=BF=D1=80=D0=B8?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BC=D0=B8=D0=B3?= =?UTF-8?q?=D1=80=D0=B0=D1=86=D0=B8=D0=B9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af4a3fd..9105625 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ https://docs.python.org/3/library/venv.html#how-venvs-work После клонирования репозитория и настройки venv нужно выполнить следующие команды: - python manage.py makemigrations users index + python manage.py makemigrations users index logs_service python manage.py migrate ### Создание суперпользователя diff --git a/requirements.txt b/requirements.txt index 1a04c75..78b53db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ django -psycopg +psycopg2 python-dotenv pyModbusTCP==0.2.0