italomaia / flask-empty

An empty project skeleton / boilerplate for flask projects. Powered by CookieCutter.
662 stars 92 forks source link

Fixed crashing on start when use blueprints configuration in config #2

Closed Ferroman closed 11 years ago

Ferroman commented 11 years ago

like ('blog.views.app', {'url_prefix':'/blog'})

main.py", line 7, in __import_blueprint split = blueprint_str.split('.') AttributeError: 'NoneType' object has no attribute 'split

italomaia commented 11 years ago

Nice! Something tells me flask-empty needs some tests hohoho