# {py:mod}`django_socio_grpc.management.commands.generate_proto_old_way` ```{py:module} django_socio_grpc.management.commands.generate_proto_old_way ``` ```{autodoc2-docstring} django_socio_grpc.management.commands.generate_proto_old_way :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`Command ` - ```` ### API `````{py:class} Command(stdout=None, stderr=None, no_color=False, force_color=False) :canonical: django_socio_grpc.management.commands.generate_proto_old_way.Command Bases: {py:obj}`django.core.management.base.BaseCommand` ````{py:attribute} help :canonical: django_socio_grpc.management.commands.generate_proto_old_way.Command.help :value: > 'Generates proto.' ```{autodoc2-docstring} django_socio_grpc.management.commands.generate_proto_old_way.Command.help ``` ```` ````{py:method} add_arguments(parser) :canonical: django_socio_grpc.management.commands.generate_proto_old_way.Command.add_arguments ```` ````{py:method} handle(*args, **options) :canonical: django_socio_grpc.management.commands.generate_proto_old_way.Command.handle ```` ````{py:method} check_or_write(file_path, proto) :canonical: django_socio_grpc.management.commands.generate_proto_old_way.Command.check_or_write ```{autodoc2-docstring} django_socio_grpc.management.commands.generate_proto_old_way.Command.check_or_write ``` ```` ````{py:method} check_proto_generation(original_file, new_proto_content) :canonical: django_socio_grpc.management.commands.generate_proto_old_way.Command.check_proto_generation ```{autodoc2-docstring} django_socio_grpc.management.commands.generate_proto_old_way.Command.check_proto_generation ``` ```` ````{py:method} check_options() :canonical: django_socio_grpc.management.commands.generate_proto_old_way.Command.check_options ```{autodoc2-docstring} django_socio_grpc.management.commands.generate_proto_old_way.Command.check_options ``` ```` ````{py:method} create_directory_if_not_exist(file_path) :canonical: django_socio_grpc.management.commands.generate_proto_old_way.Command.create_directory_if_not_exist ```{autodoc2-docstring} django_socio_grpc.management.commands.generate_proto_old_way.Command.create_directory_if_not_exist ``` ```` `````