coalition.stakeholders.management.commands.geocode_stakeholders

Classes

Command

Management command to geocode stakeholder addresses and assign legislative districts

Module Contents

class coalition.stakeholders.management.commands.geocode_stakeholders.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: django.core.management.base.BaseCommand

Management command to geocode stakeholder addresses and assign legislative districts

Usage:

python manage.py geocode_stakeholders python manage.py geocode_stakeholders –retry-failed python manage.py geocode_stakeholders –limit 100 python manage.py geocode_stakeholders –state MD

help = 'Geocode stakeholder addresses and assign legislative districts'[source]
add_arguments(parser: Any) None[source]

Entry point for subclassed commands to add custom arguments.

handle(**options: Any) None[source]

The actual logic of the command. Subclasses must implement this method.