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
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 !! 🙏
(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
@@kashishsrivastava9843 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
Here is the playlist: ruclips.net/p/PLK8cqdr55Tsv-D2HMdrnD32oOVBNvmxjr
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.
The best Django tutorial for the Newcomer..than paid lessons..... THank you for your teaching techniuqe
You are genius and excellent programmer in you tube.
Hi Harry, I'm finally progressing because of your tutorials. Thank you very much my brother. These videos are very much helpful...
So i have just created backend that easily, something which was really disturbing. Thanks a lot Harry.💗💗
Harrybhai you are the best....
Thanks a lot brother u really saved me
harry bhai can we use django admin panel to show the table from mysql
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
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 !! 🙏
very nice harry ji
is notes is available of django please share
thank you
Urgent help: Prints data is written in model in terminal but Models are not showed in admin,. Tried stackoverflow for answers !!
hi harry how to display user name in admin site contact screen
Thanks Harry!
django admin interface is not running its only loading why ?? love from nepal
(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
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
Excellent Sir 👌
Thanks a lot Ami!
Awesome bro
bro thank you so much yaar
Awesome
Love you.thank you.
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!!?
@@kashishsrivastava9843 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😑
Great..!!
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