Make new users active by default

pull/99/head
Martin Michalec 3 years ago
parent a940f0a753
commit 211fb12d43

@ -37,7 +37,7 @@ class Command(BaseCommand):
, nargs='?'
, type=argbool
, const=True
, default=False
, default=True
, help="Enable login. [YES]" )
parser.add_argument( '-s'
, '--is_staff'

Loading…
Cancel
Save