charlesflynn / eve-docs

Generates documentation for Eve APIs
MIT License
74 stars 12 forks source link

blueprints's name collision #26

Open antoine-gallix opened 9 years ago

antoine-gallix commented 9 years ago

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.

ZavierLyu commented 5 years ago

Hey guy, I also encounter this problem. How did you handle it?

antoine-gallix commented 5 years ago

I probably never did. Long time ago