mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 01:42:37 +02:00
Enhance pytest support, update ProxyFix import.
This commit is contained in:
parent
a5f54bb47e
commit
21c2ef1775
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ from flask import Flask, g, request, session, render_template
|
|||
from flask_babel import Babel
|
||||
from flask_mail import Mail
|
||||
from flask_migrate import Migrate, upgrade, stamp
|
||||
from werkzeug.contrib.fixers import ProxyFix
|
||||
from werkzeug.middleware.proxy_fix import ProxyFix
|
||||
|
||||
from ihatemoney.api import api
|
||||
from ihatemoney.models import db
|
||||
|
|
Loading…
Reference in a new issue