commands Package

init_database Module

Kawaz開発用にデータベースの初期化等を行うコマンド

class kawaz.core.management.management.commands.init_database.Command(stdout=None, stderr=None, no_color=False)[source]

Bases: django.core.management.base.BaseCommand

add_arguments(parser)[source]
handle(*args, **options)[source]
help = 'Command to initialize database. It will overwrite the existing data in database thus Run this command WITH CLOSE ATTENTION.'

start_livereload Module

class kawaz.core.management.management.commands.start_livereload.Command(stdout=None, stderr=None, no_color=False)[source]

Bases: django.core.management.base.BaseCommand

handle(*args, **options)[source]