Тёмный

Making Hello World App in django | Step By Step using vs code in Urdu/Hindi 

TechScoop
Подписаться 395
Просмотров 18 тыс.
50% 1

In this video I am going to show you How to create a django project which will print hello world in browser.
A simple django app which will render Hello world on screen using Visual Studio Code on windows
It is going to teach you how to create django app and how to setup djagno project.
Related Topics:
django tutorial for beginners in hindi
django tutorial for beginners in urdu
best django tutorial for beginners
django rest framework tutorial for beginners
django framework tutorial for beginners
django tutorial for beginners in vs code
django project tutorial for beginners
python django tutorial for beginners in urdu
django tutorial for beginners step by step
django tutorial for beginners with pycharm
django tutorial for beginners 2020

Опубликовано:

 

14 мар 2020

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 40   
@saylee4705
@saylee4705 2 года назад
Thank you so much ❤️ Today is my django practical exam and you explained everything Very well thanks a lot ✨
@techniquerequest5050
@techniquerequest5050 3 года назад
Thax yarr!! Mene ye video kitni bar dekhi error another video se solve bhi ki 😢😢😢 but finally hello world! Aa gya so happpppppy.. Bye seeya
@TechScoop1
@TechScoop1 3 года назад
I'm happy, k ap ko smnjh aa gi. Thanks seeya
@ammarjaveed7022
@ammarjaveed7022 2 года назад
Great man 👍
@haqkhateeb352
@haqkhateeb352 Год назад
thank you so much sir your explaination is very owsome
@narendrakumarkumawat1862
@narendrakumarkumawat1862 4 года назад
the settings.py file was the one which i didn't knew and wasn't getting output, it was not well explained by others. great explanation...
@TechScoop1
@TechScoop1 4 года назад
Thank you Bro. Such comments encourage me to do more.
@NehaPol-we6ry
@NehaPol-we6ry 2 месяца назад
Thank you so much
@waqasmukhtar1280
@waqasmukhtar1280 4 года назад
good startup
@Timetofoodi
@Timetofoodi Год назад
thank you bhai
@manju-ep7nj
@manju-ep7nj Год назад
Bhai..aur django ke videos karo
@TechScoop1
@TechScoop1 Год назад
Zaror karain gy. Channel abhe standby pr hy
@harshavardhansai2945
@harshavardhansai2945 3 года назад
Bro I'm getting error 'unable to import ' django.contrib' pylint(import-error)' can you please clear this
@TechScoop1
@TechScoop1 3 года назад
First make sure python Django is installed and if you are working in virtual env, reinstall or collect Python packages. If it doesn't work, try add PATH variables
@joshvag1043
@joshvag1043 3 года назад
Sir I want to know your pc or laptop spec detauls
@TechScoop1
@TechScoop1 3 года назад
Hp pavilion x360 CPU: core i5 7th generation 7200u Ram: 8gb ddr4
@mansimangotra4199
@mansimangotra4199 4 года назад
It is working i.e output is shown without any changes in settings.py file.
@TechScoop1
@TechScoop1 3 года назад
Ok that works I illustrated how Django handles static files. If understand you can conviniently use built-in paths for static files and templates
@parthparmar5190
@parthparmar5190 3 года назад
Hello sir i am create urls.py file in visual studio there is blank why?
@TechScoop1
@TechScoop1 3 года назад
You created file so you have to add code in it. Urls.py file contains urlpatterns list. List containers url paths.
@syedakhuteja8449
@syedakhuteja8449 4 года назад
Sir i need ur help can u plz tel what to do if hello_world file is not coming
@TechScoop1
@TechScoop1 4 года назад
hello_world is a directory (folder). there are several reasons when hello_word directory does not show there may be some errors in django framework or possibly your path is incorrect. so check your path, if path is correct and you should give correct command try to past following code python manage.py startapp hello_world and also check path (address of folder) in my case it is C:\Users\[my_pc_name]\Desktop\folder\project you can start watching from 3:53 for batter understandings You can also check next video if you are able to sort out this problem ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-4Cb1cLhXZU0.html
@syedakhuteja8449
@syedakhuteja8449 4 года назад
Ty sir
@TechScoop1
@TechScoop1 4 года назад
@@syedakhuteja8449 you can subscribe my channel @TechScoop to get more updates on my django playlist
@gouripanda6274
@gouripanda6274 3 года назад
why my URLPattren is not import?
@riteshsahu3898
@riteshsahu3898 4 года назад
Hello....Can you help me for django......
@TechScoop1
@TechScoop1 4 года назад
How can I help you?
@sriganeshbalasubramanian1506
@sriganeshbalasubramanian1506 3 года назад
In new folder the project is not created how?
@TechScoop1
@TechScoop1 3 года назад
Just make sure you used following cmd django-admin startproject project_name And also make sure you are in some directory where you need to put your project file. After that change directory using cd command to that project directory and start using python manage.py startapp app_name And python manage.py runserver
@karthikraikar4568
@karthikraikar4568 2 года назад
Bro i am getting error "from cal import views Identification error:unexpected indent" Please help me
@meetjamsutkar394
@meetjamsutkar394 2 года назад
some line of ur code has an identation that shouldnt be there
@savageenough8625
@savageenough8625 3 года назад
server link successfully created but only showing 'the install worked successfully! Congratulations!' not showing hello world in server link So what to do sir now.
@TechScoop1
@TechScoop1 3 года назад
Go to your settings.py file and add a urlpattern path like this. path('', include('your_app_name.urls'), Dont forget to import include. And also create a urls.py file in your app directory and also add urlpatterns in it.
@srijyothipasalapudi5478
@srijyothipasalapudi5478 Год назад
@@TechScoop1 i did all the changes I have added url.py inside app and added urlpatterns and inside settins.py also but not showing output please tell me how to solve
@vinitpatil4981
@vinitpatil4981 3 года назад
bro i am getting error"django-admin not recognised" plzz help
@TechScoop1
@TechScoop1 3 года назад
Can you tell me what exactly you were trying to do?
@TechScoop1
@TechScoop1 3 года назад
Try to install Django "pip install django" Or Add PATH
@manojghandure1604
@manojghandure1604 4 года назад
getting an error as no mdule named helloworld.url
@TechScoop1
@TechScoop1 3 года назад
You have to create urls.py file to helloworld directory. I think you included path in urlpatterns of in main directory urls file.
@TechScoop1
@TechScoop1 3 года назад
You can subscribe to get in touch
Далее
Python Django Tutorial for Beginners
1:02:36
Просмотров 2,4 млн
02 Create Django First Project Hello World
9:49
Просмотров 2,7 тыс.
Rose Burrito #shorts
00:35
Просмотров 6 млн
How to get started with VS Code
17:48
Просмотров 33 тыс.
How to create Hello World App using Python Django
11:25
Learn Django in 20 Minutes!!
21:25
Просмотров 304 тыс.