No Description
from __future__ import unicode_literalsfrom django.apps import AppConfigclass CommandConfig(AppConfig): name = 'commands'