
-
Featured
Why this?
LearnersZone brings a compact form of common programming concepts. Each topic has explanation and readers are requested to post their queries, if any. The topics can cover any programming language. So without expanding our intro, LET’S GET STARTED…
-
Fetching Data from Database in Django
After creating models, we know, we have to run ‘makemigrations’ command in the console so that our database is prepared with all the columns in it which we defined in our models.py file inside an app. Suppose you created a registration form and you displayed it in your website. Now if someone registers himself/herself and… Read more
-
Building Registration Page in Django using MySQL
First : I will extend my registration form fields other than what is ready made available in Django in-built forms. So if you were looking for such forms you are at right place. Here is the coding – First uploading code of these files – settings.py file Not many things to change – Insert these… Read more
