Service instantiation #31

Merged
rixx merged 37 commits from 24-service-instantiation into main 2025-04-04 10:57:29 +00:00
Showing only changes of commit 9c0bbdcf92 - Show all commits

View file

@ -22,5 +22,6 @@ class Command(BaseCommand):
return
user.is_superuser = True
user.is_staff = True
user.save()
self.stdout.write(self.style.SUCCESS(f"{user} is now a superuser."))