Basic Administration TasksΒΆ

Todo

Revise this when user management lands in the admin.

You can use the built-in Django management commands createsuperuser and changepassword to manage superusers and change user passwords.

See also topics-auth-creating-superusers from Django’s documentation.