1. Creation of Django project
django-admin startproject projectname
2. cd project name
3. Creation of application
python manage.py startapp appname
4. Run the project
python manage.py runserver
5. Under app folder create the templates folder
6. Under templates folder create the html pages
7. go to settings.py under project add app name in installed apps
8. go to views.py under application and create one function to redirect the html page
def open_index(request):
return render(request,"index.html",{})
9. Go to urls.py under project and add the following
from customer import views
path('',views.open_index,name="index")
10. Run the application
URL: http://127.0.0.1:8000/
And,
About Channel,
Hey Guys,,,
StudyDesk4U welcomes you all. In this channel,we provide training for software professionals to learn courses like oracle,Java, Python, C Language, c++,Manual Testing,selenium,Html 5, css 3, Javascript , Bootstrap, Azax , PHP , Photoshop etc...currently we are making vedios on Excel,Web designing and Python. And we also start remaining topics as soon as possible.
We are also planning for Technical information videos as special videos for weekends. #StudyDesk4U
And
Finally,
Don't forget to subscribe my channel,Please do like and share with your friends, relatives and family members.
Thank u...
Channel Intro Link:
https://www.youtube.com/watch?v=Yfon3...
Watch video Python Dynamic web application using Django 05_01_2023_Class online without registration, duration hours minute second in high quality. This video was added by user FratelloInnoTech 05 January 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 184 once and liked it 3 people.