From 37ba1a1c393b07968c65367f1862c9366d2ce3d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D0=BA=D1=82=D0=BE=D1=80=20=D0=93=D0=BB=D0=B0?= =?UTF-8?q?=D0=B4=D0=BA=D0=B8=D1=85?= Date: Thu, 7 Nov 2019 17:03:14 +0300 Subject: [PATCH] Edit help message --- apps/account/management/commands/add_social.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/account/management/commands/add_social.py b/apps/account/management/commands/add_social.py index 1554e255..c7894c32 100644 --- a/apps/account/management/commands/add_social.py +++ b/apps/account/management/commands/add_social.py @@ -7,7 +7,8 @@ from account.models import User class Command(BaseCommand): - help = 'Add account from old db to new db' + help = '''Add account social networks from old db to new db. + Run after add_account!!!''' def social_sql(self): with connections['legacy'].cursor() as cursor: