From 58e1028555a045212668d7baccfe1c6e8156a47a Mon Sep 17 00:00:00 2001 From: Anton Date: Fri, 20 Oct 2023 20:13:57 +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=20readme,=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=20migrations=20=D0=B2=20gitignore=20#8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e3f5dc5..ef365a6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ config_root_ids __pycache__ log.txt bot.db +migrations diff --git a/README.md b/README.md index 0ab5d43..7051f45 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ http://t.me/Test_TPlatform_bot 1. Выполните миграции python manage.py migrate 2. Создайте суперпользователя - python manage.py create superuser + python manage.py createsuperuser 3. Введите имя пользователя, почту и пароль 4. Запустите сервер python manage.py runserver