About Author
[email protected]
Posts By [email protected]
How to render a model to Django Admin
Last updated on 13th November 2021 by [email protected] | Category: Django Tutorial
In this blog, let’s see how to render a model in django admin.The admin is enabled in the default project template used by startproject. For example, let us consider project- admin_model to demonstrate this. We start the Django project by typing this in the terminal. Let’s go inside the newly created admin_model directory. Typing the following: […]
How to Generate a QR Code in Django
Last updated on 4th December 2021 by [email protected] | Category: Django Tutorial
In this blog tutorial, we will learn how to Generate QR code in Django for any input provided. How to Generate a QR Code in Django Step 1: SETUP We need to have the following libraries installed for this project: Django image qrcode The platform we will be using here is PyCharm. The first step […]