gouthambs / Flask-Blogging

A Markdown Based Python Blog Engine as a Flask Extension.
http://flask-blogging.readthedocs.org/en/latest/
MIT License
690 stars 160 forks source link

Can't register a new blueprint #113

Closed cobunny closed 5 years ago

cobunny commented 6 years ago

Hello, I understand I can register custom views by configuring them as plugins but they have to be under the default blueprint module 'blogging'. The app doesn't seem to allow to register a custom blueprint. I hope you can add a class for registering custom blueprint modules.

gouthambs commented 6 years ago

@cobunny

I am not sure I understand what you mean by registering custom blueprints.. Can you elaborate?