• Why this?

    July 14, 2019 by

    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

    April 6, 2020 by

    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

    April 5, 2020 by

    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

View all posts