pallets/flask

Tutorial Database code doesn't work

MichaelArnoldOwens opened this issue · 1 comments

Follow the Tutorial doc through the "Define and Access the Database" doc. When you try and initialize the db, you will be greeted with an error

AttributeError: 'AppGroup' object has no attribute 'add_command'

Environment:

  • Python version:
  • Flask version:

I can't reproduce this issue, AppGroup subclasses click.Group, which does provide add_command. The linked PR does not seem related.