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…
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 how to validate username in django using jquery ajax. Making Ajax request to server in django website. Validate username on the client side without reload
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