mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-31 13:31:18 +02:00
Comment code, fix minor issues
This commit is contained in:
@ -7,6 +7,9 @@ from member.models import TFJMUser
|
||||
|
||||
class Command(BaseCommand):
|
||||
def handle(self, *args, **options):
|
||||
"""
|
||||
Little script that generate a superuser.
|
||||
"""
|
||||
email = input("Email: ")
|
||||
password = "1"
|
||||
confirm_password = "2"
|
||||
|
Reference in New Issue
Block a user