Re: Django | Counting word frequency.

2021-07-06 Thread DJANGO DEVELOPER
oh sorry. I couldn't able to recognise it so it is my fault guys. sorry. and thanks for the guidance. On Tue, Jul 6, 2021 at 9:49 PM Abeer Eltanawy wrote: > django-us...@googlegroups.com is the group you probably seek. > > Good luck! > > On Tue, Jul 6, 2021 at 3:37 PM 'Adam Johnson' via Django d

Re: Django | Counting word frequency.

2021-07-06 Thread Abeer Eltanawy
django-us...@googlegroups.com is the group you probably seek. Good luck! On Tue, Jul 6, 2021 at 3:37 PM 'Adam Johnson' via Django developers (Contributions to Django itself) wrote: > Hi! > > I think you've found the wrong mailing list for this post. This mailing > list is for discussing the dev

Re: Django | Counting word frequency.

2021-07-06 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi! I think you've found the wrong mailing list for this post. This mailing list is for discussing the development of Django itself, not for support using Django. This means the discussions of bugs and features in Django itself, rather than in your code using it. People on this list are unlikely t

Django | Counting word frequency.

2021-07-06 Thread DJANGO DEVELOPER
Hi I am developing a django project and I want to count word frequency at the django admin side. I have managed to do it on front-end side but now I also want to do it on django admin side. example: any_string = {'word1': 12,'word2': 29} this the example because I want to get the data this way.