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 how to create qr-code in django based on the model field. create qr-code and save it on the database based on the model field you want.
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 create news aggregator web app in django using beautifulsoup library. Web scrapping in django using beautifulsoup python library. scraping in python
Learn how to create location based app in django using geo-django. Use Geo-Djnago sub framework to implement geolocation features in django application
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