Find by Category

How to Install Django 3 on Windows 10

How to install Django 3 on Windows 10 tutorial. If you have Windows 7/8/8.1, you should not have any issue installing Django 3 on your system. Download & Install Python 3.7 w/ pip Just copy and paste this following link in your preferred internet browser tab and hit Enter. Now let it be downloaded, once … Read more

How to Download & Install Java JDK 13 on Windows 10

Download Java JDK 13 Launch your favorite internet browser, I am going to use Google Chrome to download Java JDK 14 from the following download link. Click JDK Download (JDK 13) Button Now, scroll down, check “license agreement” radio button, and click the 2nd last Windows 64 bit exe file download link. Let the download … Read more

Django: Upload and Display Images

Go ahead and add the below code to your #setting.py This should work in Django 1.8, 2.2, and 3.01 as well Import these packages in root #urls.py Add this line of code to root #urls.py Finally, add this line of code to the #list.html Django – Display Images Hope, this is going to work for … Read more