Edit help message

This commit is contained in:
Виктор Гладких 2019-11-07 17:03:14 +03:00
parent ba6d18d202
commit 37ba1a1c39

View File

@ -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: