# {py:mod}`django_twc_toolbox.management.commands.createsuperuser` ```{py:module} django_twc_toolbox.management.commands.createsuperuser ``` ```{autodoc2-docstring} django_twc_toolbox.management.commands.createsuperuser :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`Command ` - ```` ### API `````{py:class} Command(*args, **kwargs) :canonical: django_twc_toolbox.management.commands.createsuperuser.Command Bases: {py:obj}`django.contrib.auth.management.commands.createsuperuser.Command` ````{py:attribute} help :canonical: django_twc_toolbox.management.commands.createsuperuser.Command.help :value: > 'Create or update superuser.' ```{autodoc2-docstring} django_twc_toolbox.management.commands.createsuperuser.Command.help ``` ```` ````{py:method} handle(*args, **options) :canonical: django_twc_toolbox.management.commands.createsuperuser.Command.handle ```` `````