Josh Crompton
Josh Crompton
I'm also hitting this error after upgrading from Django 1.6 to 1.8 (i.e., I'm only getting this error when using migrations generated by the new `migrations` framework rather than those...
I'm just toying with adding this to an existing, medium-sized Flask app that uses Blueprints and ran into the same issue. I need to pass the app instance to `FlaskTracer`,...
As far as I can tell, there's no reason for `FlaskTracer` to inherit from `opentracing.Tracer` at all: `FlaskTracer` doesn't override any methods of the parent `opentracing.Tracer` class, and calling those...
Note that it's not a problem for `unittest` or `nose`, so `aloe` must be doing something different in requiring there to be `__init__.py` files all the way down (as seen...
I suppose the `FeatureLoader` could look for _either_ an `__init__.py` or a `manage.py` to determine where it should be importing from, but that wouldn't work for anyone who used a...
Fair enough, enjoy your holiday and I'll see what I can come up with in the meantime :)