Add Forecast model to ORM layer
- the model handles the caching of demand forecasting results - include the database migration script
This commit is contained in:
parent
54ff377579
commit
e8c97dd7da
5 changed files with 311 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ from urban_meal_delivery.db.connection import engine
|
|||
from urban_meal_delivery.db.connection import session
|
||||
from urban_meal_delivery.db.couriers import Courier
|
||||
from urban_meal_delivery.db.customers import Customer
|
||||
from urban_meal_delivery.db.forecasts import Forecast
|
||||
from urban_meal_delivery.db.grids import Grid
|
||||
from urban_meal_delivery.db.meta import Base
|
||||
from urban_meal_delivery.db.orders import Order
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue