This commit is contained in:
virusdefender
2017-01-23 16:48:04 +08:00
parent cfde5b93e5
commit d9fad97e35
27 changed files with 46 additions and 52 deletions

View File

@@ -1,6 +1,7 @@
from django.core.management.base import BaseCommand
from account.models import User, UserProfile, AdminType
from utils.shortcuts import rand_str
from account.models import AdminType, User, UserProfile
from utils.shortcuts import rand_str # NOQA
class Command(BaseCommand):