I have been using flask for a while. I made an app implementing the application factory design pattern, but I can't understand the use of boo in the below-mentioned code.
boo
from flask import Blueprint some_blueprint = Blueprint("boo", __name__)
Aucun commentaire:
Enregistrer un commentaire