Personal Chat App in Django using Channels and Websockets
In this Series of article we will learn how we can create personal chat application or whatsapp clone in django using channels and websockets. For detailed video tutorial - click…
In this Series of article we will learn how we can create personal chat application or whatsapp clone in django using channels and websockets. For detailed video tutorial - click…
In this Series of article we will learn how we can create personal chat application or whatsapp clone in django using channels and websockets. This is the part 1 of…
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…
Welcome to the second part of the personal crypto portfolio app using Django. In the last part, we have successfully fetched the data of the top 100 cryptocurrencies according to market…
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