Django project tutorials for beginners in Hindi/Urdu
How can we creatDjango project
*How can we run our Django project
*How to set folders for the Django project
*How to create App in Django
*Understanding urls and views in Django
*Using template folder in Django
*Using static folder in Django
How to create a model in Django
Creating the first model in Django
How to register the model in admin.py
Entering data in the database in Django
creating a contact us form in Django
What is makemigrations in Django
What is migrate in Django
What is csrf token in Django