moves models to database folder

This commit is contained in:
2020-05-24 13:33:48 +02:00
parent c9cbb53eea
commit 0cfc801f59
7 changed files with 6 additions and 6 deletions

View File

@ -21,7 +21,7 @@ import server.googleHandler as google
from backend.Routine import Routine
from server import login_manager, app, db
from server.forms import LoginForm, RegistrationForm, DeviceForm
from server.models import User, Calendar, Device
from database.models import User, Calendar, Device
os.environ['OAUTHLIB_INSECURE_TRANSPORT'] = '1'