urban-meal-delivery/tests/db/fake_data
Alexander Hess f996376b13
Add ORM models for the pixel grids
- add Grid, Pixel, and AddressPixelAssociation ORM models
- each Grid belongs to a City an is characterized by the side_length
  of all the square Pixels contained in it
- Pixels aggregate Addresses => many-to-many relationship (that is
  modeled with SQLAlchemy's Association Pattern to implement a couple
  of constraints)
2021-01-03 19:33:36 +01:00
..
__init__.py Add ORM models for the pixel grids 2021-01-03 19:33:36 +01:00
factories.py Re-factor the ORM tests to use randomized fake data 2020-12-29 15:40:32 +01:00
fixture_makers.py Re-factor the ORM tests to use randomized fake data 2020-12-29 15:40:32 +01:00
static_fixtures.py Add ORM models for the pixel grids 2021-01-03 19:33:36 +01:00