grow food, not lawn.

Add, activate, and remove active user addresses.

Russell Ballestrini requested to merge address into master
Add, activate, and remove active user addresses.

        modified:   make_post_sell/models/__init__.py
        modified:   make_post_sell/models/invoice.py
        modified:   make_post_sell/models/meta.py
        modified:   make_post_sell/models/user.py
        renamed:    make_post_sell/models/address.py -> make_post_sell/models/user_address.py
        modified:   make_post_sell/routes.py
        new file:   make_post_sell/scripts/alembic/versions/d38d649cb682_address_migration.py
        modified:   make_post_sell/scripts/initialize_db.py
        new file:   make_post_sell/templates/user_addresses.j2
        modified:   make_post_sell/templates/user_settings.j2
        modified:   make_post_sell/views/user.py

Merge request reports