Edit help message
This commit is contained in:
parent
ba6d18d202
commit
37ba1a1c39
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user