In this article, we will discuss how to download Instagram reel using Python. Instagram is a social networking platform owned
Continue readingAuthor: admin
No module named : ‘cv2’ in Python
import cv2 as cv ImportError: No module named ‘cv2’ This is the error because there may be the cv2 module
Continue readingHow To Style Django Admin Panel
I think most of you are bored with default Django admin panel style right? Let’s modify it… To change theme
Continue readingHow to integrate React with Django
Open two terminals(cmd) on Your Desktop.(You can also create it in any drive path.) In First Terminal Create Django Project(here
Continue readingNo module named : ‘Crypto’
You are getting this type of error because there is collision between two modules . File “C:\user\admin\desktop\smartcart\Paytm\Checksum.py”, line 7,
Continue readingHow to Deploy Django3 App to Heroku in 2022 | Easiest Way
I got so many methods to deploy django apps on Heroku but i have find this easiest trick to deploy. Step 1. Create a Procfile in
Continue readingHow to build a Facebook Messenger bot using Django, Ngrok,Facebook api
What you need to know — Python; Django🙂let’s start🙂 1. First things first — Facebook App & its page! To
Continue readingDeploy Django App on PythonAnywhere
Step 1 :- Create Django Project For Deployment or use what you have created and some required local changes django-admin
Continue readingDownload And SetUp Oracle SOA Suite
Step 1 – Download Oracle SOA 12c installer. Go to below linkhttps://www.oracle.com/in/middleware/technologies/soasuite/downloads.html step 2 – Extract the Jar Files You will
Continue reading