You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
En suivant ce cours j'ai remarqué le problème suivant (partie 1 cours 3) :
dans le fichier fbapp/init.py à la ligne 10, le décorateur @app.cli.command() doit prendre en argument un nom pour pouvoir fonctionner en console, juste le nom de la fonction ne suffit pas : @app.cli.command("init_db") permet à la ligne de commande flask init_db de fonctionner pour initialiser la base.
Cordialement
Ludovic
The text was updated successfully, but these errors were encountered:
Bonjour,
En suivant ce cours j'ai remarqué le problème suivant (partie 1 cours 3) :
dans le fichier fbapp/init.py à la ligne 10, le décorateur
@app.cli.command()
doit prendre en argument un nom pour pouvoir fonctionner en console, juste le nom de la fonction ne suffit pas :@app.cli.command("init_db")
permet à la ligne de commandeflask init_db
de fonctionner pour initialiser la base.Cordialement
Ludovic
The text was updated successfully, but these errors were encountered: