Re: pyspark

2021-05-04 Thread Kasper Laudrup
On 5/4/21 5:44 AM, ankit baliyan wrote: I just want to use pyspark data frames. This is a good place to start: https://betterprogramming.pub/how-to-ask-questions-about-programming-dcd948fcd2bd Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Googl

Re: pyspark

2021-05-04 Thread Sharif Mehedi
>>> I just want to use pyspark data frames. What for? On Tuesday, May 4, 2021, 9:45:29 AM GMT+6, ankit baliyan wrote: I just want to use pyspark data frames. On Mon, 3 May, 2021, 11:18 pm Sharif Mehedi, wrote: What are you trying to implement or do? On Monday, May 3, 2021, 11:46:00 P

Django security releases issued: 3.2.1, 3.1.9 and 2.2.21

2021-05-04 Thread Carlton Gibson
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2021/may/04/security-releases/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To un

Re: Filtering OR-combined queries

2021-05-04 Thread Shaheed Haque
Simon, Thanks for the heads up. At first glance, the release notes don't *quite* seem to match what I see but as you suggest, I will certainly check the new release before filing an issue. TTFN, Shaheed On Mon, 3 May 2021 at 16:10, Simon Charette wrote: > Hello Shaheed, > > I didn't look at yo

Better way to bring in tags automatically for Jinja2 templating?

2021-05-04 Thread Benjamin Schollnick
I'm not sure there is a better way to do this? But I am using the Jinja2 templating engine with Django, and I originally set this up in Django2-ish? So maybe I missed a better way to do this... So I have a jinjaenv.py file that simply setups up the environment for the Jinja2 template engine.

After user click on like button page should not refresh(redirect) and update count of likes

2021-05-04 Thread Salima Begum
When user click to like a post the web page should not refresh(redirect) and count of the likes should be updated. How can I achieve this please help me. Here is my block of code ``` ``` views.py ``` def post_comment_like(request, id): if (request.session.

Re: Admin layout getting too bulky - what to do?

2021-05-04 Thread Mike Dewhirst
On 4/05/2021 12:57 am, Chetan Ganji wrote: I am not sure how useful this will be. You can check it out. https://django-mptt.readthedocs.io/en/latest/index.html Thanks Chetan. I had a look and don't think I have the brainspace for t

Re: Admin layout getting too bulky - what to do?

2021-05-04 Thread Mike Dewhirst
On 3/05/2021 7:42 pm, Derek wrote: Re "So my need is for a fixed vertical sidebar with the same links which take you to the same list pages." This is what I use Django Suit for -  it can be located at the top or side and remains in place across all admin pages. You can add your own items to t