You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running the example project locally having cloned the project.
I get the error above in bootstrap.min.js when opening localhost:8000 (the menu still works and tables appear but no charts). After clearing the caches I see the same error on your demo at http://django-model-report.herokuapp.com/.
I tried loading jQuery first (moving the jQuery loads up from report.html) and got a different error ('a' undefined)...
So I set things up with actual bootstrap files locally (swapping out the mins - not nec. for an example IMO). I got it sorta working with a chart at least appearing (on the Browser List page) but it is all white. the percentages pop up and the labelling works.
I'm guessing this needs some serious updating (I used Boostrap 3.0, jquery 2.1.3 and jquery-ui 1.11.4 when pulling in the new files). If I persevere with this I'm going to need to upgrade it from django 1.4 to 1.7.7 (and ideally on to 1.8 at some stage).
4250d25
I'm running the example project locally having cloned the project.
I get the error above in bootstrap.min.js when opening localhost:8000 (the menu still works and tables appear but no charts). After clearing the caches I see the same error on your demo at http://django-model-report.herokuapp.com/.
I tried loading jQuery first (moving the jQuery loads up from report.html) and got a different error ('a' undefined)...
So I set things up with actual bootstrap files locally (swapping out the mins - not nec. for an example IMO). I got it sorta working with a chart at least appearing (on the Browser List page) but it is all white. the percentages pop up and the labelling works.
I'm guessing this needs some serious updating (I used Boostrap 3.0, jquery 2.1.3 and jquery-ui 1.11.4 when pulling in the new files). If I persevere with this I'm going to need to upgrade it from django 1.4 to 1.7.7 (and ideally on to 1.8 at some stage).
I'll continue working on this. If you are interested in a pull request, let me know. The fork is at https://github.com/pwhipp/django-model-report.
FWIW, the demo should show one or more charts at its default settings when it opens.
The text was updated successfully, but these errors were encountered: