Make sure to import app so that the DB proxy gets properly initialized

This commit is contained in:
Joseph Schorr 2015-04-13 14:25:09 -04:00
parent 657c9d1cc9
commit 657ba576a8

View file

@ -2,6 +2,7 @@ import logging
from apscheduler.schedulers.blocking import BlockingScheduler
from app import app
from data.database import Repository, LogEntry, RepositoryActionCount, db_random_func, fn
from datetime import date, datetime, timedelta