Python Django Tutorial | Django Tutorial | Python Django Web Development |Python Django |Simplilearn

preview_player
Показать описание

This Django tutorial will help you develop a website in Python. In this tutorial, we will learn how to develop a website in Python using Django, which is a Python web framework. Also, we will create a website that provides the details for an article or a book. In the end, we will be creating two web pages and a sign-in page using Python and HTML. This tutorial also focuses on the backend and utilizing the admin portal provided by Django. Now, let us get started and understand Python Django in detail.

#pythondjango #pythondjangotutorial #pythontutorial #pythonforbeginners #pythonprogrammingforbeginners #pythontraining #pythontutorialforbeginners #pythonsimplilearn #simplilearn

➡️ About Post Graduate Program In Full Stack Web Development
This program will give you the foundation for building full-stack web apps using the Java programming language. You'll begin with the basics of JavaScript, and then venture into some of the more advanced concepts like Angular, Spring Boot, Hibernate, JSPs, and MVC. Now is the perfect time to get started on your career as a full-stack web developer!

✅ Key Features
- Caltech CTME Post Graduate Certificate
- Enrolment in Simplilearn’s JobAssist
- Receive up to 25 CEUs from Caltech CTME
- Simplilearn's JobAssist helps you get noticed by top hiring companies
- Attend Masterclasses from Caltech CTME instructors
- Live virtual classes led by industry experts, hands-on projects and integrated labs
- Online Convocation by Caltech CTME Program Director
- 20 lesson-end and 5 phase-end projects
- Capstone Project in 4 domains
- Caltech CTME Circle Membership
- Build your own portfolio on GitHub

✅ Skills Covered
- Agile
- JAVA
- Hibernate and JPA
- Spring Core 50
- DevOps
- HTML5 and CSS3
- AWS
- JavaScript ES6
- Servlets
- SOAP and REST
- JSP

🔥🔥 Interested in Attending Live Classes? Call Us: IN - 18002127688 / US - +18445327688

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


Do you have any questions on this topic? Please share your feedback in the comment section below and we'll have our experts answer it for you. Thanks for watching the video. Cheers!

SimplilearnOfficial
Автор

good ...but one advise... please when you make a mistake dont be shy to correct it in the video cause when u make a mistake the video cuts off from there and next second the mistake is gone... not everyone can pin point it thats y when they follow u they get error...e.g. at 50.54 its: {%for genreobj in object_list%} and then the video cuts off and at 50:59 its {%for genreobj in all_collection%}....please dont mindaa

zarakkhan
Автор

really an excellent way of teaching mam, thanks a lot for ur valuable step by step teaching method

prakashsaravanan
Автор

mam plz make complete course about hope you reply me....and also your django vedio is awesome.

MuhammadIlyas-dreg
Автор

Exception Value:
Field 'id' expected a number but got 'register'.
Please solve this error

ittech
Автор

invalid literal for int() with base 10: 'register' this my only one error please help

infantblack
Автор

The image is not displaying on the home page... how can i fix this


html page:
{% for sappobj in all_collection %}
<div align="center">
<h2><a href="/sapp/{{sapp_id}}/">{{ sappobj.collection_name }}</a></h2>
<img src="{{sappobj.collcover}}" height="200" width="200">
<h3>{{ sappobj.description }}</h3>
</div>
{% endfor %}

ajaykrishna
Автор

OperationalError at/admin/genre/piece/add/
Exception value: no such table: main. Genre_collection__old
Exception \backends\sqlite3\base.py in execute, line 396
Python version:3.8.1
Django version:3.0.1
SQL version:2.6 0

yusharthsingh
Автор

thank you for this lecture, so as i got from it i will do models then views then urls, is this right?

ahmedabdelwahed
Автор

didn't work for me - i could not get past genre or genres module not found

sanjaykrishna
Автор

The name of your app is genre. Why are you using the name 'genres' for app name in include ?

nikhilgoyal
Автор

i have made all the changes until 19:30, but when try to restart the server, it gives and error in the shell like AttribyteError: module 'django.contrib ' has no attribute 'genre'


note: my folder name is genre and not genres...accordingly changes have been done

arupbiswas
Автор

Got an error like this:OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: '<frozen importlib._bootstrap>' (give me the solution)

divyanichauhan
Автор

nice i can understand something but i am confused{beginner}.What to do maa'm. I need to make one project{python website}

bishwajitsaikia
Автор

when im running the command "python manage.py runserver" on the cmd after doing whatever u said for genre page, im getting so many errors
, it says no module "django.contrib.genre" is found
what should i do please help.

avinabhchambial
Автор

I am getting error as soon as I am making any change in files. It is saying no module genres

divijaameta
Автор

thank you so much. Can you make a video about e-commerse website(series) in Django ? please :)

Ali-cbxt
Автор

got an error from step 1. telling me that manage.py file dont exist in the directory

triplea
Автор

And even if i changed to just "genres "or "genres. app.config" : it doesn't work
I still have the error : "ModuleNot found"

fzohra
Автор

Hi mam I tried to use the "<int:genre_id>" but it does not working why

swamimedia