urban-meal-delivery/src/urban_meal_delivery
Alexander Hess 776112d609
Add Grid.gridify() constructor
- the purpose of this constructor method is to generate all `Pixel`s
  for a `Grid` that have at least one `Address` assigned to them
- fix missing `UniqueConstraint` in `Grid` class => it was not possible
  to create two `Grid`s with the same `.side_length` in different cities
- change the `City.viewport` property into two separate `City.southwest`
  and `City.northeast` properties; also add `City.total_x` and
  `City.total_y` properties for convenience
2021-01-05 18:58:48 +01:00
..
db Add Grid.gridify() constructor 2021-01-05 18:58:48 +01:00
__init__.py Isolate configuration related code better 2020-12-14 15:15:08 +01:00
configuration.py Use globals for the database connection 2021-01-04 20:23:55 +01:00
console.py Add CLI entry point umd 2020-08-04 21:14:40 +02:00