spire_startapp
django_spire.core.management.commands.spire_startapp
Command
Bases: BaseCommand
django_spire.core.management.commands.spire_startapp
Command
Bases: BaseCommand
django_spire/core/management/commands/spire_startapp.py
help = 'Create a custom Spire app.'
class-attribute
instance-attribute
app_base = Path(settings.BASE_DIR)
instance-attribute
app_template = Path(django_spire.__file__).parent / 'core/management/commands/spire_startapp_pkg/template/app'
instance-attribute
template_base = self.app_base / 'templates'
instance-attribute
html_template = Path(django_spire.__file__).parent / 'template/templates'
instance-attribute
app_manager = AppManager(self.app_base, self.app_template)
instance-attribute
app_processor = AppTemplateProcessor()
instance-attribute
html_manager = HTMLTemplateManager(self.template_base, self.html_template)
instance-attribute
html_processor = HTMLTemplateProcessor()
instance-attribute
reporter = Reporter(self)
instance-attribute
get_app_names
handle
django_spire/core/management/commands/spire_startapp.py