def main(): manager.add_command("runserver", Server()) manager.add_command("shell", Shell()) manager.run()