Creating and running Django app | Tutorial Part #3

preview_player
Показать описание
Note:
Please watch all these tutorials for Django setup and Creating a demo app and running on the server.

*Django Environment Setup VS Code tutorial | Tutorial Part #1

*Django project creation and Server Setup | Tutorial Part #2

*Creating a simple Django app and running | Tutorial Part#3

A hello app folder will be generated with the following files inside it.

The 'migrations' folder is used by Django's administrative utility to manage database versions.

*****************************************************
def home(request):
return HttpResponse("Hello, Cool IT Help!")
*****************************************************

******************************************
from hello import views
urlpatterns = [
]
******************************************

*****************************************

urlpatterns = [
]
*****************************************

Step 5: Open VS Code Terminal,

Done.

If you found this video tutorial useful and would like to support me, you can do so by buying me a coffee using the below link!

#DjangoAppVSCodeTutorial #CoolITHelp
Рекомендации по теме
Комментарии
Автор

thanks for these videos, Please post more videos

ghumfir_solti
Автор

You are the best ever, thanks for providing this tutorial 🙏🙏

DspycesRecords
Автор

bro thank you so much for your 3 parts of videos bro, so blessed to see this video. Helped a lot..

bharathk
Автор

Thanks for presentation. Can you continue with adding data bases

elayechebouchareb
Автор

I am constantly getting ReportMissingModuleSource in all the .py files like views, tests, models etc., the code ran and the website is opening but how to fix this error.

adityaprakash