Rename create_app.py to app.py for Gunicorn command

This commit is contained in:
Xevion
2022-03-28 17:19:11 -05:00
parent e997d4f67e
commit 6dfed98ba3
6 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import humanize
from flask_login import UserMixin
from sqlalchemy import func
from .create_app import db
from .app import db
MAXIMUM_ONLINE_DELTA = datetime.timedelta(minutes=1)