"""User-registered management commandsThe ``manage.py`` utility provides a number of useful commands for managing aDjango project. If you want to add a utility command of your own, you can.The user-defined command ``dance`` is defined in the management/commandssubdirectory of this test application. It is a simple command that respondswith a printed message when invoked.For more details on how to define your own ``manage.py`` commands, look at the``django.core.management.commands`` directory. This directory contains thedefinitions for the base Django ``manage.py`` commands."""