too much to enumerate, too little time, have to push

This commit is contained in:
Yisroel Baum 2024-09-29 12:38:32 +03:00
parent 9f90d357fd
commit a8f0deab28
14 changed files with 567 additions and 17 deletions

View file

@ -16,6 +16,3 @@ migrate.init_app(app,db)
from app import models #.models import Vendor, LineItem, BudgetCategory
from app import routes
if __name__ == '__main__':
app.run(debug=True)