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.
p" page:
>> https://docs.djangoproject.com/en/3.2/faq/help/ . This will help you
>> find people who are willing to support you, and to ask your question in a
>> way that makes it easy for them to answer.
>>
>> Thanks for your understanding and all the best,
>>
hi. I am an expert python/Django developer and we can work together.
I look forward to learning more.
On Mon, Sep 6, 2021 at 2:51 AM 'la...@larrylobert.com' via Django
developers (Contributions to Django itself) <
django-developers@googlegroups.com> wrote:
> I would like