Wednesday, July 13, 2022

Re: create browser api

First thing is Disqus is made in django and you must know how to handle comments and replies system in django then you can proceed to build your api.
It's really easy to handle comments and replies in django than flask. In flask you need some time to do that. But in django with the help of foreign keys and your custom templatetag filters you can do that.

Thanks and regards
Lakshyaraj Dash aka CodeWithLaksh

On Wed, Jul 13, 2022, 19:31 Rushikesh Chavan <rushijsc30@gmail.com> wrote:
i want to create an api which will be used to maintain comment section of websites. And it can be integrated to websites like blog web application. But i am not able to get how can i integrate api with website and create an api to make get and post requests , i want to create somewhat like disqus.com in flask/django whichever is easier and interesting can anyone guide me on that?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAKFN6W5XC5RKyc-4CYpg99%3DA%2B0s%3D7eqn2LybJcwHDrVB3PEBWA%40mail.gmail.com.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAF7qQgB6ysAfspoOFaE82a79-B3g3V1R6-JQXSGZvmF3pZBYGg%40mail.gmail.com.

No comments:

Post a Comment