Added the documentation to the authentication blueprint of the test site.
This commit is contained in:
@ -25,6 +25,7 @@ from flask import Blueprint, render_template, Flask, redirect, url_for, \
|
|||||||
from . import db
|
from . import db
|
||||||
|
|
||||||
bp: Blueprint = Blueprint("auth", __name__, url_prefix="/")
|
bp: Blueprint = Blueprint("auth", __name__, url_prefix="/")
|
||||||
|
"""The authentication blueprint."""
|
||||||
|
|
||||||
|
|
||||||
class User(db.Model):
|
class User(db.Model):
|
||||||
|
Reference in New Issue
Block a user