Understanding the Django Admin Interface | Django Tutorial #11
ฝัง
- เผยแพร่เมื่อ 9 ก.พ. 2025
- In this Django course, We will see how to create awesome django websites from starting to the end. Also we will see how to build few of amazing projects in Django.
This course is a part of this complete Django Playlist: • Django Tutorials For B...
Here is the playlist: th-cam.com/play/PLK8cqdr55Tsv-D2HMdrnD32oOVBNvmxjr.html
If possible please share it with your friends :)
'django-admin' is not recognized as an internal or external command,
operable program or batch file. please guide me.
Hi Harry, I'm finally progressing because of your tutorials. Thank you very much my brother. These videos are very much helpful...
You are genius and excellent programmer in you tube.
The best Django tutorial for the Newcomer..than paid lessons..... THank you for your teaching techniuqe
So i have just created backend that easily, something which was really disturbing. Thanks a lot Harry.💗💗
Thanks a lot brother u really saved me
Harrybhai you are the best....
harry bhai can we use django admin panel to show the table from mysql
Thanks Harry!
what do i do so that everytime that i click on contact me i don't have errors? The error says that it's a Get Method
hi harry how to display user name in admin site contact screen
Urgent help: Prints data is written in model in terminal but Models are not showed in admin,. Tried stackoverflow for answers !!
Excellent coder in you tube.
HII HARRY PLEASE MAKE ANOTHER VIDEO ON IRON MAN JARVIS
NOW ADVANCED
IN HINDI
Planning a lot of stuff. A lot in pipeline. Trying to cover as many requests as possible. Hope you understand :)
I will definitely consider your request for future videos
very nice harry ji
is notes is available of django please share
thank you
Awesome bro
(myvenv) PS C:\Users\sunny\mypraa\myprojecta> python manage.py createsuperuser
No Django settings specified.
Unknown command: 'createsuperuser'
Type 'manage.py help' for usage.
What can I do sir
sir my django admin panel is not showing any css styling like yours , mine are only links and textfield .please help me with that
I have the same problem. Can anyone tell me how to fix it!!?
@@kashishsrivastava1403 Hey Kashish, i was able to discover the error
Actually your python is missing css mime types just add
import mimetypes mimetypes.add_type("text/css", ".css", True)
to your settings.py file at the end, save, rerun the server and you are ready to go
@@hemantgiri2377 I am still not able to fix it. Nothing works😑
django admin interface is not running its only loading why ?? love from nepal
bro thank you so much yaar
Awesome
Hey harry,
till now we learnt how to register information in django, I think it is not so diificult although but please make a video on how to make a user profile page. that when user signs in django fetch the databse and make a proffessional user profile page . plz plz bhai !! plz !! 🙏
Love you.thank you.
Great..!!
Excellent Sir 👌
Thanks a lot Ami!
what if my model name is Man ,will it change to Mans or Men??
It'll change to mans because django adds only s at the end whatever name you give
Sir C++ course finish ho Gaya hai
👍
Make real time chat app in English
hello sir , my submit button does not submit the input to the database
how do i resolve such issue