Re: Django local development server hangs after calling pandas df.plot a second time

2018-01-08 Thread asilver
> involves its internals. It is also very hard to debug without errors or > stack traces. > > HTH > > On Sun, Jan 7, 2018 at 3:51 PM, asilver > wrote: > >> I'm trying to build a small website, using django, that stores network >> performance data. The u

Django local development server hangs after calling pandas df.plot a second time

2018-01-07 Thread asilver
I'm trying to build a small website, using django, that stores network performance data. The user will be able to use filters to retrieve the exact data he/she wants and then have the option to graph that data. I'm using django-pandas to convert filtered queryset to a dataframe and from there