python - Flask - A blueprint's name collision occurred -
i met issue. console said blueprint's name collision occurred think it's not belong flask-bootsrap problem. believe have config or unknown let me met issue. traceback (most recent call last): file "manage.py", line 10, in <module> app = create_app() file "d:\tony\github\private-home-flask-cuisine\db-example\app\__init__.py", line 79, in create_app init_extensions(app) file "d:\tony\github\private-home-flask-cuisine\db-example\app\__init__.py", line 46, in init_extensions extension.init_app(app=app) file "d:\tony\github\private-home-flask-cuisine\db-example\env\lib\site-packages\flask_bootstrap\__init__.py", line 137, in init_app app.register_blueprint(blueprint) file "d:\tony\github\private-home-flask-cuisine\db-example\env\lib\site-packages\flask\app.py", line 62, in wrapper_func return f(self, *args, **kwargs) file "d:\tony\github\private-home-flask-cuisine\db-example\env\lib\s...