Last two lines has typos. There shouldn't be `s` in the end of class name `ManagementCommands`: ```python admin.py ... admin.site.unregister(ManagementCommands) admin.site.register(ManagementCommands, CustomManagementCommandsAdmin) ```