Re: [Urgent for my intership] How to send matplotlib generated figures to django web app?

2019-12-13 Thread carlos
https://django.cowhite.com/blog/creating-charts-and-output-them-as-images-to-the-browser-in-django-using-python-matplotlib-library/ On Fri, Dec 13, 2019 at 4:50 PM Guy NANA wrote: > Hello, > I want to show in my web app figures generated with matplotlib.pyplot but > I don't find how to do it. >

[Urgent for my intership] How to send matplotlib generated figures to django web app?

2019-12-13 Thread Guy NANA
Hello, I want to show in my web app figures generated with matplotlib.pyplot but I don't find how to do it. Someone can explain me how it works? Thanks. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: Django Admin Custom View Query Generation

2019-12-13 Thread Balaji Shetty
Thank you very much Derek. You always provide nice help. Can we generate graphs for reports in Django Admi n. On Saturday, December 14, 2019, Derek wrote: > You can use built-in Django ORM methods to perform calculated operations > on existing models (you don't need a new model). See:

Re: Django Admin Custom View Query Generation

2019-12-13 Thread Derek
You can use built-in Django ORM methods to perform calculated operations on existing models (you don't need a new model). See: https://docs.djangoproject.com/en/3.0/topics/db/aggregation/ For more complex operations, you can write "raw" SQL -see

Re: ckeditor toolbar is not showing in html new post page.. why home.html (for adding a new post) is not showing the rendered django form for add new post?

2019-12-13 Thread Integr@te System
Hi Issuer, Plz check docs again for resolve your matter. Try either set csrf token cookies or use ensure_csrf_cookie() https://docs.djangoproject.com/en/3.0/ref/csrf/#django.views.decorators.csrf.ensure_csrf_cookie On Fri, Dec 13, 2019, 05:10 হজমুলা খান wrote: > thanx for your advice and i