movidas las vistas dedicadas al login hacia el archivo auth.py para mayor coherencia

This commit is contained in:
Daniel Cortes
2019-02-16 02:57:47 -03:00
parent de406e37ca
commit a473173ce4
9 changed files with 76 additions and 65 deletions

View File

@@ -6,7 +6,7 @@ from werkzeug.exceptions import abort
import markdown as md
from www.db import get_db
from www.admin import admin_required
from www.auth import admin_required
bp = Blueprint('recommended', __name__, url_prefix='/recommended')