pricingassistant / mrq

Mr. Queue - A distributed worker task queue in Python using Redis & gevent
MIT License
878 stars 123 forks source link

Divide Dashboard into Blueprints. #75

Open robodude666 opened 9 years ago

robodude666 commented 9 years ago

It would be nice to see the Dashboard split into Blueprints. For example, have the APIs in a different blueprint than the index view. This will allow users who have their own flask-based dashboards to easily access the Mr. Queue dashboard APIs for their dashboard without having to run two separate Flask App instances.

sylvinus commented 9 years ago

Makes sense! Would gladly accept a PR on this, I'm no Flask expert.