Chris Tabor

Results 20 comments of Chris Tabor

It looks like there is an invalid url somewhere in your flask app. Are you using the existing example app, or importing it into your own app instance? If the...

Just did a quick check and all the routes in the example `app.py`, example `endpoints.py`, and the core blueprint `charts_builder.py` have the correct leading slash.

@Thuruv I'll close this one if you've been able to isolate the problem, otherwise let me know, thanks!

@madslundgaard Thanks, I've re-opened it and will take a look!

@madslundgaard does this work for you? I don't have a windows VM to test with at the moment. You can `git apply` this as a patch. ``` diff --git i/flask_jsondash/charts_builder.py...

Ok, I _think_ I understand a bit more clearly. However, the `STATIC_DIR` and `TEMPLATE_DIR` still need to be dynamically generated. This is so that the package can be imported and...

Sorry folks, I'll try to put some time into this over the weekend.

I'm also seeing this. It is possible to namespace unique "one-off" instances of mysql, etc... as one solution. At the very least, it might be good to specify the requirements...

Sure, PRs welcome!

I haven't removed anything, but this project needs to be converted to python 3 if it's to remain alive... I honestly have no clue when I can get to that....