Generating Link Preview using beautifulsoup4 and Django
Link previews are pop-up boxes you might see on a chat app or other social media platform when you share a URL. Link previews summarize the contents of the URL and display…
Link previews are pop-up boxes you might see on a chat app or other social media platform when you share a URL. Link previews summarize the contents of the URL and display…
In this article, we will learn how to create endless pagination or load more data on a button click. Loading all the data at once is not a good option,…
What is Ajax? AJAX stands for Asynchronous JavaScript And XML, which allows web pages to update asynchronously by exchanging data to and from the server. This means you can update…
Learn to send email using django. Learn how to automate the task of sending email with django and celery. Create periodic task with celery, Schedule celery task