Fix all pep8 and eslint errors :0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from django.core.management.base import BaseCommand, CommandError
|
||||
|
||||
from django.contrib.auth.models import User
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
user_name = "admin"
|
||||
password = "password123"
|
||||
|
||||
Reference in New Issue
Block a user