Commit 26ab7678 authored by Kristian Tan's avatar Kristian Tan

create_all

parent 94c89c5d
......@@ -3,7 +3,7 @@ from datetime import datetime, date
from sqlalchemy import desc
from app import DailyUsage, db
db.create_all()
db.session.create_all()
class DailyUsageService:
@staticmethod
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment