Continuing from our previous post at https://varanasisoftwarejunction.blogspot.com/2021/02/how-to-create-site-using-django.html In this post we will explain the use of models for communicating with …
Step 1. Install django. For that you write pip install django Step 2. Create the site django-admin startproject quizsite. Step 3. Run the site python manage.py runserver 777 Step 4. Create an app c…
Some text..
Some text..
Contact us for software training, education or development …
✅ Python Tip: Use Counter from collections for frequency counting. Example: from collections import Counter print(Counter(['a', 'b', 'a', 'c']))
Social Plugin