File "/usr/local/lib/python3.7/site-
packages/django/core/management/base.py", line 316, in run_from_argv
self.execute(*args, **cmd_options)
File "/usr/local/lib/python3.7/site-
packages/django/contrib/auth/management/commands/createsuperuser.py", line
59, in execute
return super().execute(*args, **options)
File "/usr/local/lib/python3.7/site-
packages/django/core/management/base.py", line 353, in execute
output = self.handle(*args, **options)
File "/usr/local/lib/python3.7/site-
packages/django/contrib/auth/management/commands/createsuperuser.py", line
184, in handle
self.UserModel._default_manager.db_manager(database).create_superuser(**user_data)
TypeError: create_superuser() missing 1 required positional argument:
'full_name'
--
Ticket URL: <https://code.djangoproject.com/ticket/29675>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* type: Uncategorized => Bug
--
Ticket URL: <https://code.djangoproject.com/ticket/29675#comment:1>
Comment (by Zach Bresser):
Varunajmera0,
We need more information. What was the full command you ran? Maybe also
post the output with the ``--verbosity 3`` flag.
--
Ticket URL: <https://code.djangoproject.com/ticket/29675#comment:2>
* status: new => closed
* resolution: => fixed
--
Ticket URL: <https://code.djangoproject.com/ticket/29675#comment:3>
* resolution: fixed => invalid
Old description:
New description:
{{{
--
--
Ticket URL: <https://code.djangoproject.com/ticket/29675#comment:4>