eve-docs
eve-docs copied to clipboard
blueprints's name collision
When trying to generate docs, I encounter this error: AssertionError: A blueprint's name collision occurred between <flask.blueprints.Blueprint object at 0x7f89153c7e90> and <flask.blueprints.Blueprint object at 0x7f8915383710>. Both share the same name "bootstrap". Blueprints that are created on the fly need unique names. I just used the method given in the doc.
Hey guy, I also encounter this problem. How did you handle it?
I probably never did. Long time ago